Commited by mistake - changed the log level back to INFO

This commit is contained in:
Richard Chapman
2018-02-08 17:55:01 +00:00
parent 632364633b
commit bb15ed0d01

View File

@@ -60,7 +60,7 @@ class TaskNames(object):
class Config(object):
NOTIFY_LOG_LEVEL = 'DEBUG'
NOTIFY_LOG_LEVEL = 'INFO'
# URL of admin app
ADMIN_BASE_URL = os.environ['ADMIN_BASE_URL']