forked from LBRYCommunity/lbry-sdk
reduce logging to sub fire hazard levels
This commit is contained in:
parent
0841aad07a
commit
ece218785c
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@ def disable_third_party_loggers():
|
|||
|
||||
def disable_noisy_loggers():
|
||||
logging.getLogger('lbrynet.dht').setLevel(logging.INFO)
|
||||
logging.getLogger('lbrynet.core.client.ConnectionManager').setLevel(logging.INFO)
|
||||
logging.getLogger('lbrynet.core.client.BlobRequester').setLevel(logging.INFO)
|
||||
logging.getLogger('lbrynet.core.client.ClientProtocol').setLevel(logging.INFO)
|
||||
|
||||
|
||||
@_log_decorator
|
||||
|
|
Loading…
Reference in a new issue