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)") ```