소스 검색

Closes #16034: Disable uWSGI logging

Markku Leiniö 1 년 전
부모
커밋
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