diff options
author | makefu <github@syntax-fehler.de> | 2019-09-25 15:07:32 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-09-25 15:07:32 +0200 |
commit | 1c7e1827569d4f51bd331a3784ae7a3fba069377 (patch) | |
tree | d2d2f449a6b6078992eae9f011c88c7b4d1efad1 /makefu | |
parent | 8531ae5640e5088bdeb63c1dce32092d885033de (diff) |
ma torrent: do not show full rpc dump
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/torrent.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/torrent.nix b/makefu/2configs/torrent.nix index 9b7365375..74f1e5fe8 100644 --- a/makefu/2configs/torrent.nix +++ b/makefu/2configs/torrent.nix @@ -55,7 +55,7 @@ in { # log.add_output = "dht_debug", "rtorrent-systemd" # log.add_output = "tracker_debug", "rtorrent-systemd" log.add_output = "rpc_events", "rtorrent-systemd" - log.add_output = "rpc_dump", "rtorrent-systemd" + # log.add_output = "rpc_dump", "rtorrent-systemd" system.daemon.set = true ''; # dump old torrents into watch folder to have them re-added |