From 811618b3591c7fac0f6441eff3319e6ecdd1c480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Sun, 18 Oct 2020 02:35:09 +0200 Subject: [PATCH] Lower gunicorn default loglevel --- docker/gunicorn_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gunicorn_config.py b/docker/gunicorn_config.py index 063d822..4ce7763 100644 --- a/docker/gunicorn_config.py +++ b/docker/gunicorn_config.py @@ -5,4 +5,4 @@ workers = 3 errorlog = '-' accesslog = '-' capture_output = False -loglevel = 'debug' +loglevel = 'info'