logging fire hazard

This commit is contained in:
Jack 2016-08-17 20:24:48 -04:00
parent cc1b3609a1
commit edbda1696e

View file

@ -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