reduce uwsgi logging to errors only

This commit is contained in:
simon
2022-07-18 17:17:20 +07:00
parent 0528220b5e
commit d065b5b90a

View File

@@ -6,3 +6,6 @@ vacuum = True
max-requests = 5000 max-requests = 5000
socket = :8080 socket = :8080
buffer-size = 8192 buffer-size = 8192
log-5xx = true
log-4xx = true
disable-logging = true