coreos / pkg

a collection of go utility packages
Apache License 2.0
188 stars 70 forks source link

capnslog: LogLevel should fully implement pflag.Value #52

Open mischief opened 8 years ago

mischief commented 8 years ago

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