Skip to content

Commit 9f06b8b

Browse files
authored
Reduce verbosity of F3 logs during itest (#12596)
1 parent bc50e5d commit 9f06b8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

itests/kit/log.go

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ func QuietMiningLogs() {
2424
_ = logging.SetLogLevel("consensus-common", "ERROR")
2525
_ = logging.SetLogLevel("dht/RtRefreshManager", "ERROR")
2626
_ = logging.SetLogLevel("consensus-common", "WARN")
27+
_ = logging.SetLogLevelRegex("f3.*", "WARN")
2728
}
2829

2930
func QuietAllLogsExcept(names ...string) {

0 commit comments

Comments
 (0)