mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
Closes #16034: Disable uWSGI logging
This commit is contained in:
parent
313b6e624c
commit
d7f652bcc7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user