Merge pull request #767 from xmatthias/ccxt_loglevel

set ccxt loglevel to info
This commit is contained in:
Samuel Husso 2018-05-27 10:22:20 +03:00 committed by GitHub
commit bc88fbf948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ def set_loggers() -> None:
:return: None
"""
logging.getLogger('requests.packages.urllib3').setLevel(logging.INFO)
logging.getLogger('ccxt.base.exchange').setLevel(logging.INFO)
logging.getLogger('telegram').setLevel(logging.INFO)