mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
granian logging via json and rich
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
- .secrets
|
||||
command: granian --interface asgi --host 0.0.0.0 --port 8080 --loop uvloop app.main:app --log-level debug --log-config ./logging-config.json
|
||||
command: granian --interface asgi --host 0.0.0.0 --port 8080 --loop uvloop app.main:app --access-log --log-level debug --log-config ./logging-granian.json
|
||||
volumes:
|
||||
- .:/home/code
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user