We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc50e5d commit 9f06b8bCopy full SHA for 9f06b8b
itests/kit/log.go
@@ -24,6 +24,7 @@ func QuietMiningLogs() {
24
_ = logging.SetLogLevel("consensus-common", "ERROR")
25
_ = logging.SetLogLevel("dht/RtRefreshManager", "ERROR")
26
_ = logging.SetLogLevel("consensus-common", "WARN")
27
+ _ = logging.SetLogLevelRegex("f3.*", "WARN")
28
}
29
30
func QuietAllLogsExcept(names ...string) {
0 commit comments