disable logging from SQLAlchemy, fix #24

This commit is contained in:
Florian Förster 2025-04-29 14:10:09 +02:00
parent 1447752970
commit d754a94f98

View File

@ -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