瀏覽代碼

Closes #16034: Disable uWSGI logging

Markku Leiniö 2 年之前
父節點
當前提交
d7f652bcc7
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      contrib/uwsgi.ini

+ 4 - 0
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