BLD: fixed the log granularity

This commit is contained in:
Frederic Fortier
2018-01-04 02:04:36 -05:00
parent 91dcd8d83b
commit 194b96f5c1
+1 -1
View File
@@ -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'