diff options
| author | Max Audron <audron@cocaine.farm> | 2024-11-13 13:43:35 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-11-13 13:43:35 +0100 |
| commit | bda2c510df43dfd03c21e6f6b23350901e6e0eac (patch) | |
| tree | 2b1c7aa86d8acfbb94dd6ddc280e188d84dece20 | |
| parent | update nixpkgs-master (diff) | |
disable rtorrent tracker logs
| -rw-r--r-- | modules/tlmp/rtorrent.rc | 2 |
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) |
