updated config with logging properties

This commit is contained in:
Martyn Inglis
2016-01-07 15:42:16 +00:00
parent ef8964284c
commit 55534522e0

View File

@@ -7,6 +7,10 @@ class Config(object):
cache = False
manifest = True
NOTIFY_LOG_LEVEL = 'DEBUG'
NOTIFY_APP_NAME = 'api'
NOTIFY_LOG_PATH = '/var/log/notify/application.log'
SQLALCHEMY_COMMIT_ON_TEARDOWN = False
SQLALCHEMY_RECORD_QUERIES = True
SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/notifications_admin'