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 6513733 commit 23f65a2
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 23f65a2

Please sign in to comment.