This commit is contained in:
Scott Idem
2023-04-16 19:45:11 -04:00
parent 70db400290
commit 7bdfe41aa1
8 changed files with 72 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import os
# Gunicorn config variables
loglevel = "warning"
loglevel = "debug"
accesslog = "/logs/gunicorn_access.log" # "-" # stdout
errorlog = "/logs/gunicorn_error.log" # "-" # stderr
@@ -29,7 +29,7 @@ keepalive = 2 # default 2; setting higher because behind load balancer (nginx)
# Reload does not work correctly with UvicornWorker
# https://github.com/benoitc/gunicorn/issues/2339
# Disable reload if using more than one thread
reload = True
##### reload = True
# reload_engine = "poll"