Skip to content

Commit 811618b

Browse files
committed
Lower gunicorn default loglevel
1 parent 7429835 commit 811618b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/gunicorn_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
errorlog = '-'
66
accesslog = '-'
77
capture_output = False
8-
loglevel = 'debug'
8+
loglevel = 'info'

0 commit comments

Comments
 (0)