We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28aa850 commit c2ff005Copy full SHA for c2ff005
gunicorn.conf.py
@@ -8,7 +8,8 @@
8
9
accesslog = "-"
10
bind = "unix:/run/gunicorn.sock"
11
-log_level = "INFO"
+# log_level = "INFO"
12
+log_level = "DEBUG"
13
workers = 1
14
15
worker_class = "gevent"
0 commit comments