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

@@ -5,4 +5,7 @@ pidfile = /tmp/project-master.pid
vacuum = True
max-requests = 5000
socket = :8080
buffer-size = 8192
buffer-size = 8192
log-5xx = true
log-4xx = true
disable-logging = true