forked from LBRYCommunity/lbry-sdk
logging fire hazard
This commit is contained in:
parent
cc1b3609a1
commit
edbda1696e
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