Markku Leiniö 1 год назад
Родитель
Сommit
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
 ; specify the WSGI module to load
 module = netbox.wsgi
 module = netbox.wsgi
+
+; only log internal messages and errors (reverse proxy already logs the requests)
+disable-logging = true
+log-5xx = true