Skip to content

Commit

Permalink
Reduce verbosity of F3 logs during itest (#12596)
Browse files Browse the repository at this point in the history
  • Loading branch information
masih authored Oct 14, 2024
1 parent bc50e5d commit 9f06b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions itests/kit/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func QuietMiningLogs() {
_ = logging.SetLogLevel("consensus-common", "ERROR")
_ = logging.SetLogLevel("dht/RtRefreshManager", "ERROR")
_ = logging.SetLogLevel("consensus-common", "WARN")
_ = logging.SetLogLevelRegex("f3.*", "WARN")
}

func QuietAllLogsExcept(names ...string) {
Expand Down

0 comments on commit 9f06b8b

Please sign in to comment.