From 5e727a83b38005cb9405e3b6076f16dfbc7a0ca8 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 18 Dec 2023 18:09:58 +0000 Subject: [PATCH] slskd: disable debug logging --- hosts/by-name/servo/services/slskd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/by-name/servo/services/slskd.nix b/hosts/by-name/servo/services/slskd.nix index 6e7d97bf..afa8b342 100644 --- a/hosts/by-name/servo/services/slskd.nix +++ b/hosts/by-name/servo/services/slskd.nix @@ -57,7 +57,7 @@ # what unit is this? kbps?? global.upload.speed_limit = 32000; web.logging = true; - debug = true; + # debug = true; flags.no_logo = true; # don't show logo at start # flags.volatile = true; # store searches and active transfers in RAM (completed transfers still go to disk). rec for btrfs/zfs };