Skip to content

Commit

Permalink
chore: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 10, 2023
1 parent 939f43c commit 0f26781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/monitor/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var MonitorCmd = &cobra.Command{
Long: usage,
Args: cobra.NoArgs,
PersistentPreRun: func(cmd *cobra.Command, args []string) {
// By default, remove logs from `polycli monitor`.
// By default, hide logs from `polycli monitor`.
verbosityFlag := cmd.Flags().Lookup("verbosity")
if verbosityFlag != nil && !verbosityFlag.Changed {
util.SetLogLevel(int(util.Silent))
Expand Down

0 comments on commit 0f26781

Please sign in to comment.