Skip to content

Commit

Permalink
Log requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Feb 11, 2024
1 parent 710a428 commit 811a958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"module": "hypercorn",
"args": [
"main:app",
"--access-logfile",
"-",
"--workers",
"1",
"--worker-class",
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ services:
[
"--bind",
"0.0.0.0",
"--access-logfile",
"-",
"--workers",
"${WORKERS:-1}",
"--worker-class",
Expand Down

0 comments on commit 811a958

Please sign in to comment.