wip: uvicorn logging conf to json

This commit is contained in:
Jakub Miazek
2024-08-17 10:45:51 +02:00
parent a58e98c4b1
commit 6f0b097d2d
9 changed files with 166 additions and 57 deletions

View File

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