Skip to content

Commit c2ff005

Browse files
committed
Debug gunicorn
1 parent 28aa850 commit c2ff005

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gunicorn.conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
accesslog = "-"
1010
bind = "unix:/run/gunicorn.sock"
11-
log_level = "INFO"
11+
# log_level = "INFO"
12+
log_level = "DEBUG"
1213
workers = 1
1314

1415
worker_class = "gevent"

0 commit comments

Comments
 (0)