Added logging throughout sql.py, setting up error handling and

reporting. Made logging configuration for app.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-08-22 22:05:20 -04:00
parent 72b9e9f2dc
commit de36eb9ce9
4 changed files with 265 additions and 64 deletions

View File

@@ -14,6 +14,7 @@ services:
- ./backend/migrations:/app/migrations
environment:
ENVIRONMENT: development
LOG_LEVEL: debug
ports:
- "8000:8000"
command: