chore: disable uwsgi logging on searx

This commit is contained in:
Benjamin Bädorf 2023-10-29 23:51:28 +01:00
parent 1db27813dd
commit cb26fa3d00
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

@ -28,7 +28,7 @@
runInUwsgi = true;
uwsgiConfig = {
disable-logging = false;
disable-logging = true;
socket = "/run/searx/searx.sock";
chmod-socket = "660";
};