From 1b2add8c30407b503c9d9ee1e7a5b55a739c23f5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 10:07:41 +0200 Subject: [PATCH] fd --- files/__main__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/__main__.py b/files/__main__.py index 73aec42248..7f2c778060 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -84,7 +84,8 @@ _engine=create_engine( app.config['DATABASE_URL'], poolclass=QueuePool, pool_size=int(environ.get("PG_POOL_SIZE",10)), - pool_use_lifo=True + pool_use_lifo=True, + echo=True ) def retry(f):