Added logging from notifications-utils.

This commit is contained in:
Martyn Inglis
2016-01-07 13:28:56 +00:00
parent 96cf613d76
commit 1c926a1b34
3 changed files with 9 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
class Config(object):
DEBUG = False
NOTIFY_LOG_LEVEL = 'DEBUG'
NOTIFY_APP_NAME = 'api'
NOTIFY_LOG_PATH = '/var/log/notify/application.log'
class Development(Config):