From d7f652bcc75cfc2804d571f23f01ccaba1235395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markku=20Leini=C3=B6?= Date: Wed, 8 May 2024 17:42:41 +0300 Subject: [PATCH] Closes #16034: Disable uWSGI logging --- contrib/uwsgi.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/uwsgi.ini b/contrib/uwsgi.ini index 74fdedbd4..a04d85426 100644 --- a/contrib/uwsgi.ini +++ b/contrib/uwsgi.ini @@ -22,3 +22,7 @@ chdir = netbox ; specify the WSGI module to load module = netbox.wsgi + +; only log internal messages and errors (reverse proxy already logs the requests) +disable-logging = true +log-5xx = true