From b7f6a38537967671be633c6c6cdfebde583c0c0c Mon Sep 17 00:00:00 2001 From: Alastair Porter Date: Mon, 1 Feb 2021 16:52:59 +0100 Subject: [PATCH] Disable uwsgi request logging This does nothing except fill up tens to hundreds of gigabytes of logs, and isn't needed. --- docker/beta/uwsgi/uwsgi.ini | 1 + docker/prod/uwsgi/uwsgi.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/docker/beta/uwsgi/uwsgi.ini b/docker/beta/uwsgi/uwsgi.ini index 182423af3..88598358b 100644 --- a/docker/beta/uwsgi/uwsgi.ini +++ b/docker/beta/uwsgi/uwsgi.ini @@ -6,3 +6,4 @@ callable = application chdir = /code/ enable-threads = true processes = 20 +disable-logging = true diff --git a/docker/prod/uwsgi/uwsgi.ini b/docker/prod/uwsgi/uwsgi.ini index 182423af3..88598358b 100644 --- a/docker/prod/uwsgi/uwsgi.ini +++ b/docker/prod/uwsgi/uwsgi.ini @@ -6,3 +6,4 @@ callable = application chdir = /code/ enable-threads = true processes = 20 +disable-logging = true