Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Nov 17, 2023
1 parent 5fbe2f2 commit 340614b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func CreateSDKLogger(ctx *Context, out io.Writer) (log.Logger, error) {
}
opts = append(opts,
log.ColorOption(ctx.Viper.GetBool(flags.FlagLogColored)),
// CometBFT flag (cmtcli.TraceFlag) for trace logging.
// We use CometBFT flag (cmtcli.TraceFlag) for trace logging.
log.TraceOption(ctx.Viper.GetBool(FlagTrace)))

// check and set filter level or keys for the logger if any
Expand Down

0 comments on commit 340614b

Please sign in to comment.