Use only stdout logging in cloud.gov

This commit is contained in:
Ryan Ahearn
2022-11-22 16:34:11 -05:00
parent b3a682630b
commit f3402f06f6
7 changed files with 191 additions and 405 deletions

View File

@@ -35,7 +35,6 @@ class Config(object):
# Logging
NOTIFY_LOG_LEVEL = os.environ.get('NOTIFY_LOG_LEVEL', 'INFO')
NOTIFY_LOG_PATH = os.environ.get('NOTIFY_LOG_PATH', 'application.log')
DEFAULT_SERVICE_LIMIT = 50