Lower gunicorn default loglevel

This commit is contained in:
Christian Mäder 2020-10-18 02:35:09 +02:00
parent 7429835970
commit 811618b359
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ workers = 3
errorlog = '-'
accesslog = '-'
capture_output = False
loglevel = 'debug'
loglevel = 'info'