Skip to content

Commit d4900c6

Browse files
committed
feat(cli): set default log level to warn
1 parent 7f00c50 commit d4900c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ func Execute() {
4242
}
4343

4444
func init() {
45-
rootCmd.PersistentFlags().String(flagLogLevel, "info", "logging level (trace|debug|info|warn|error|fatal|panic)")
45+
rootCmd.PersistentFlags().String(flagLogLevel, "warn", "logging level (trace|debug|info|warn|error|fatal|panic)")
4646
}

0 commit comments

Comments
 (0)