Mute RtRefreshManager logs as they break terminal emulation
RtRefreshManager logs random binary strings, which somtimes might be partial multi-byte Unicode or ASCI escape codes. Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
24d8a84ad7
commit
b0cf3d3228
@ -18,4 +18,6 @@ func SetupLogLevels() {
|
|||||||
_ = logging.SetLogLevel("stores", "DEBUG")
|
_ = logging.SetLogLevel("stores", "DEBUG")
|
||||||
_ = logging.SetLogLevel("nat", "INFO")
|
_ = logging.SetLogLevel("nat", "INFO")
|
||||||
}
|
}
|
||||||
|
// Always mute RtRefreshManager because it breaks terminals
|
||||||
|
_ = logging.SetLogLevel("dht/RtRefreshManager", "FATAL")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user