LogLevel should implement https://godoc.org/github.com/spf13/pflag#Value, so that one may do e.g.: ``` main.PersistentFlags().Var(&level, "log-level", "Set global log level. (default is NOTICE)") ```
LogLevel should implement https://godoc.org/github.com/spf13/pflag#Value, so that one may do e.g.: