diff --git a/files/__main__.py b/files/__main__.py index 73aec4224..7f2c77806 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):