add logger config file

This commit is contained in:
Jakub Miazek 2023-04-10 21:40:36 +02:00
parent 0b1dc34037
commit 525c8c94b2

View File

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