From d754a94f985ef5e17a7c7425f530dd2261d92dc1 Mon Sep 17 00:00:00 2001 From: foefl Date: Tue, 29 Apr 2025 14:10:09 +0200 Subject: [PATCH] disable logging from SQLAlchemy, fix #24 --- src/delta_barth/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/delta_barth/constants.py b/src/delta_barth/constants.py index c452ed0..e553fb2 100644 --- a/src/delta_barth/constants.py +++ b/src/delta_barth/constants.py @@ -31,7 +31,7 @@ DEPLOYMENT_STATUS: Final[bool] = deployment_status # ** databases -DB_ECHO: Final[bool] = True +DB_ECHO: Final[bool] = False # ** error handling DEFAULT_INTERNAL_ERR_CODE: Final[int] = 100