Update utils to get logging improvements

This commit is contained in:
Ryan Ahearn
2023-04-26 10:40:00 -04:00
parent e75f791663
commit b3d33ba4aa
2 changed files with 14 additions and 13 deletions

View File

@@ -288,6 +288,7 @@ def _s3_credentials_from_env(bucket_prefix):
class Development(Config):
DEBUG = True
NOTIFY_LOG_LEVEL = "DEBUG"
SQLALCHEMY_ECHO = False
DVLA_EMAIL_ADDRESSES = ['success@simulator.amazonses.com']