We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f00c50 commit d4900c6Copy full SHA for d4900c6
cmd/root.go
@@ -42,5 +42,5 @@ func Execute() {
42
}
43
44
func init() {
45
- rootCmd.PersistentFlags().String(flagLogLevel, "info", "logging level (trace|debug|info|warn|error|fatal|panic)")
+ rootCmd.PersistentFlags().String(flagLogLevel, "warn", "logging level (trace|debug|info|warn|error|fatal|panic)")
46
0 commit comments