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