diff --git a/catalyst/constants.py b/catalyst/constants.py index 8cfd3a6b..c4111fdd 100644 --- a/catalyst/constants.py +++ b/catalyst/constants.py @@ -7,7 +7,7 @@ import logbook For example, if you want to see the DEBUG messages, run: $ export CATALYST_LOG_LEVEL=10 ''' -LOG_LEVEL = int(os.environ.get('CATALYST_LOG_LEVEL', logbook.DEBUG)) +LOG_LEVEL = int(os.environ.get('CATALYST_LOG_LEVEL', logbook.INFO)) SYMBOLS_URL = 'https://s3.amazonaws.com/enigmaco/catalyst-exchanges/' \ '{exchange}/symbols.json'