Skip to content

Commit

Permalink
send logs to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
M7mdisk committed Nov 7, 2024
1 parent 6860c71 commit e946458
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gunicorn.conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

reload = True
bind = ["0.0.0.0:8000"]
worker_class = "gevent"
accesslog = "-"
workers = 4

0 comments on commit e946458

Please sign in to comment.