Skip to content

Commit

Permalink
chore(cmd): Minor log change
Browse files Browse the repository at this point in the history
  • Loading branch information
cedws committed Oct 16, 2024
1 parent 709cbba commit 5f185c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var rootCmd = &cobra.Command{
PersistentPreRun: func(cmd *cobra.Command, args []string) {
level, err := log.ParseLevel(logLevel)
if err != nil {
log.Warnf("could not set log level to %s, please use one of: {debug|info|warn|error|fatal}", logLevel)
log.Warnf("Could not set log level to %s, use one of: {debug|info|warn|error|fatal}", logLevel)
}
log.SetLevel(level)
},
Expand Down

0 comments on commit 5f185c3

Please sign in to comment.