Skip to content

Commit 8293c39

Browse files
authored
Merge pull request #222 from grillazz/switch-logger-to-rotoger
drop old logger configs
2 parents a5d63d4 + 4f8d565 commit 8293c39

File tree

3 files changed

+0
-142
lines changed

3 files changed

+0
-142
lines changed

logging-granian.json

Lines changed: 0 additions & 70 deletions
This file was deleted.

logging-uvicorn.json

Lines changed: 0 additions & 70 deletions
This file was deleted.

valkey-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ services:
77
- .secrets
88
command: bash -c "
99
uvicorn app.main:app
10-
--log-config ./logging-uvicorn.json
1110
--host 0.0.0.0 --port 8080
1211
--lifespan=on --use-colors --loop uvloop --http httptools
13-
--reload --log-level debug
1412
"
1513
volumes:
1614
- .:/home/code

0 commit comments

Comments
 (0)