disable verbose twisted logs
This commit is contained in:
parent
5fa2dfeca7
commit
3b65f5962c
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ def disable_third_party_loggers():
|
|||
logging.getLogger('urllib3').setLevel(logging.WARNING)
|
||||
logging.getLogger('BitcoinRPC').setLevel(logging.INFO)
|
||||
logging.getLogger('lbryum').setLevel(logging.WARNING)
|
||||
logging.getLogger('twisted').setLevel(logging.WARNING)
|
||||
|
||||
|
||||
@_log_decorator
|
||||
|
|
Loading…
Add table
Reference in a new issue