1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #16034: Disable uWSGI logging

This commit is contained in:
Markku Leiniö
2024-05-08 17:42:41 +03:00
committed by Jeremy Stretch
parent 313b6e624c
commit d7f652bcc7

View File

@ -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