Turn on logging for sqlalchemy
This commit is contained in:
@@ -72,6 +72,7 @@ def make_app(config):
|
||||
|
||||
if ENV != "prod":
|
||||
app.register_blueprint(dev_routes)
|
||||
app.config["SQLALCHEMY_ECHO"] = True
|
||||
|
||||
app.form_cache = FormCache(app.redis)
|
||||
|
||||
|
Reference in New Issue
Block a user