Skip to content

Commit 771e2f0

Browse files
committed
debug
1 parent 06e405b commit 771e2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gunicorn.conf.py

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

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

1414
worker_class = "gevent"
1515
keepalive = 32

0 commit comments

Comments
 (0)