aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2024-11-13 13:43:35 +0100
committerMax Audron <audron@cocaine.farm>2024-11-13 13:43:35 +0100
commitbda2c510df43dfd03c21e6f6b23350901e6e0eac (patch)
tree2b1c7aa86d8acfbb94dd6ddc280e188d84dece20 /modules
parentupdate nixpkgs-master (diff)
disable rtorrent tracker logs
Diffstat (limited to 'modules')
-rw-r--r--modules/tlmp/rtorrent.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tlmp/rtorrent.rc b/modules/tlmp/rtorrent.rc
index c97d8f4..ec9b989 100644
--- a/modules/tlmp/rtorrent.rc
+++ b/modules/tlmp/rtorrent.rc
@@ -167,7 +167,7 @@ schedule2 = pyro_startup_log_xmlrpc_open, 7, 0, \
pyro.log_stamp.current.set = (cat, (pyro.date_iso.log_stamp))
log.open_file = log, (pyro.logfile_path, rtorrent)
log.add_output = "info", "log"
-log.add_output = "tracker_info", "log"
+# log.add_output = "tracker_info", "log"
log.execute = (pyro.logfile_path, execute)