Merge pull request #665 from dod-ccpo/turn-on-sql-logging
Turn on Logging for SQLAlchemy
This commit is contained in:
commit
e1eaa90980
@ -132,6 +132,7 @@ def map_config(config):
|
||||
**config["default"],
|
||||
"ENV": config["default"]["ENVIRONMENT"],
|
||||
"DEBUG": config["default"].getboolean("DEBUG"),
|
||||
"SQLALCHEMY_ECHO": config["default"].getboolean("DEBUG"),
|
||||
"CLASSIFIED": config["default"].getboolean("CLASSIFIED"),
|
||||
"PORT": int(config["default"]["PORT"]),
|
||||
"SQLALCHEMY_DATABASE_URI": config["default"]["DATABASE_URI"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user