mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-06 10:29:17 -04:00
fix broken cloudfoundry logs
wasn't setting log path properly
This commit is contained in:
@@ -95,6 +95,7 @@ class Config(object):
|
||||
|
||||
# Logging
|
||||
DEBUG = False
|
||||
NOTIFY_LOG_PATH = os.getenv('NOTIFY_LOG_PATH')
|
||||
|
||||
###########################
|
||||
# Default config values ###
|
||||
@@ -105,7 +106,6 @@ class Config(object):
|
||||
AWS_REGION = 'eu-west-1'
|
||||
INVITATION_EXPIRATION_DAYS = 2
|
||||
NOTIFY_APP_NAME = 'api'
|
||||
NOTIFY_LOG_PATH = None
|
||||
SQLALCHEMY_COMMIT_ON_TEARDOWN = False
|
||||
SQLALCHEMY_RECORD_QUERIES = True
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = True
|
||||
|
||||
Reference in New Issue
Block a user