mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-27 23:41:32 +00:00
squelch loud log
This commit is contained in:
parent
d741c705cd
commit
5e4e619708
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ def _log_decorator(fn):
|
||||||
|
|
||||||
def disable_third_party_loggers():
|
def disable_third_party_loggers():
|
||||||
logging.getLogger('requests').setLevel(logging.WARNING)
|
logging.getLogger('requests').setLevel(logging.WARNING)
|
||||||
|
logging.getLogger('urllib3').setLevel(logging.WARNING)
|
||||||
logging.getLogger('BitcoinRPC').setLevel(logging.INFO)
|
logging.getLogger('BitcoinRPC').setLevel(logging.INFO)
|
||||||
|
|
||||||
def disable_noisy_loggers():
|
def disable_noisy_loggers():
|
||||||
|
|
Loading…
Add table
Reference in a new issue