Skip to content

Commit 0bdecb8

Browse files
committed
Changed gunicorn log-level to DEBUG
1 parent bbb4a01 commit 0bdecb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gunicorn.conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Logging
2525
accesslog = "-" # stdout
2626
errorlog = "-" # stderr
27-
loglevel = os.getenv("LOG_LEVEL", "info")
27+
loglevel = os.getenv("LOG_LEVEL", "debug")
2828
access_log_format = '%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s" %(D)s'
2929

3030

0 commit comments

Comments
 (0)