about summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-11-02 16:39:34 +0100
committeruser <user@node5.net>2024-11-02 16:39:34 +0100
commitc12d0a73616c9d38ee7008dd588d79234665c708 (patch)
treecf8d51b8e3bb744f1efc7a0fea3cf75852b4dc85
parenta69ec4dd895c1f599bc0310854ca359290a989ab (diff)
UWSGI - Disable request logging to spare SSD
-rw-r--r--uwsgi.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/uwsgi.ini b/uwsgi.ini
index d129b2c..072af83 100644
--- a/uwsgi.ini
+++ b/uwsgi.ini
@@ -10,3 +10,5 @@ chmod-socket = 660
 vacuum = true
 
 die-on-term = true
+
+disable-logging=True