wip: add structlog

This commit is contained in:
grillazz
2025-06-18 08:49:32 +02:00
parent 3f09b5701e
commit c09c338b37
5 changed files with 72 additions and 80 deletions

View File

@@ -10,7 +10,6 @@ services:
- .secrets
command: bash -c "
uvicorn app.main:app
--log-config ./logging-uvicorn.json
--host 0.0.0.0 --port 8080
--lifespan=on --use-colors --loop uvloop --http httptools
--reload --log-level debug