Use only stdout logging in cloud.gov

This commit is contained in:
Ryan Ahearn
2022-11-22 11:05:55 -05:00
parent 8ae134f31c
commit 286400aa18
9 changed files with 10 additions and 63 deletions

View File

@@ -135,7 +135,6 @@ class Config(object):
# Logging
DEBUG = False
NOTIFY_LOG_PATH = getenv('NOTIFY_LOG_PATH', 'logs/application.log')
# Monitoring
CRONITOR_ENABLED = False