feat!: use cosmossdk.io/log logger (#15011)

This commit is contained in:
Julien Robert
2023-02-27 21:36:22 +00:00
committed by GitHub
parent 35d1e7a90a
commit 5d559dd265
101 changed files with 510 additions and 403 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ const (
// This differs from FlagOutputDocument that is used to set the output file.
FlagOutput = cmtcli.OutputFlag
// CometBFT logging flags
// Logging flags
FlagLogLevel = "log_level"
FlagLogFormat = "log_format"
)