forked from LBRYCommunity/lbry-sdk
noisy log
This commit is contained in:
parent
5727c708cf
commit
95f4b29be5
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ def disable_noisy_loggers():
|
|||
logging.getLogger('lbrynet.core.client.BlobRequester').setLevel(logging.INFO)
|
||||
logging.getLogger('lbrynet.core.client.ClientProtocol').setLevel(logging.INFO)
|
||||
logging.getLogger('lbrynet.analytics.api').setLevel(logging.INFO)
|
||||
logging.getLogger('BitcoinRPC').setLevel(logging.INFO)
|
||||
|
||||
|
||||
@_log_decorator
|
||||
|
|
Loading…
Reference in a new issue