granian logging via json and rich

This commit is contained in:
Jakub Miazek
2024-08-17 20:22:35 +02:00
parent 12ab5eb652
commit b62d3d4770
5 changed files with 72 additions and 58 deletions

View File

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