Skip to content

Commit

Permalink
feat(cli): set default log level to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Jan 17, 2025
1 parent 7f00c50 commit d4900c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ func Execute() {
}

func init() {
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)")
}

0 comments on commit d4900c6

Please # to comment.