slskd: disable debug logging

This commit is contained in:
2023-12-18 18:09:58 +00:00
parent dc288d9aa7
commit 5e727a83b3

View File

@@ -57,7 +57,7 @@
# what unit is this? kbps?? # what unit is this? kbps??
global.upload.speed_limit = 32000; global.upload.speed_limit = 32000;
web.logging = true; web.logging = true;
debug = true; # debug = true;
flags.no_logo = true; # don't show logo at start 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 # flags.volatile = true; # store searches and active transfers in RAM (completed transfers still go to disk). rec for btrfs/zfs
}; };