wip: granian logging

This commit is contained in:
Jakub Miazek
2024-07-27 17:51:49 +02:00
parent b987d807d4
commit a58e98c4b1
2 changed files with 56 additions and 1 deletions

View File

@@ -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
command: granian --interface asgi --host 0.0.0.0 --port 8080 --loop uvloop app.main:app --log-level debug
volumes:
- .:/home/code
ports: