Unknown
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user