Skip to content

Commit

Permalink
change default p2p log level to warn (#5072)
Browse files Browse the repository at this point in the history
closes: #5037
  • Loading branch information
dshulyak committed Sep 25, 2023
1 parent 4e48b60 commit 6d80dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func defaultLoggingConfig() LoggerConfig {
Encoder: ConsoleLogEncoder,
AppLoggerLevel: defaultLoggingLevel.String(),
GrpcLoggerLevel: defaultLoggingLevel.String(),
P2PLoggerLevel: defaultLoggingLevel.String(),
P2PLoggerLevel: zapcore.WarnLevel.String(),
PostLoggerLevel: defaultLoggingLevel.String(),
StateDbLoggerLevel: defaultLoggingLevel.String(),
StateLoggerLevel: defaultLoggingLevel.String(),
Expand Down

0 comments on commit 6d80dc1

Please sign in to comment.