Hi,
some time ago I asked for rtorrent logs (https://plaza.quickbox.io/t/where-is-rtorrent-log-file/1865). FDisk suggested me to add this:
log.open_file = “rtorrent”, /var/log/rtorrent.log
log.open_file = “tracker”, ~/log/tracker.log
log.open_file = “storage”, ~/log/storage.loglog.add_output = “info”, "rtorrent"
log.add_output = “critical”, "rtorrent"
log.add_output = “error”, "rtorrent"
log.add_output = “warn”, "rtorrent"
log.add_output = “notice”, "rtorrent"
log.add_output = “debug”, “rtorrent”log.add_output = “dht_debug”, "tracker"
log.add_output = “tracker_debug”, “tracker”log.add_output = “storage_debug”, “storage”
I done this, but on another (old) general seedbox to test it (changing directory, of course). Today I decided to add logs also on my Quickbox (I have some problem with some trackers) but it doesn’t work. If I add these lines, rtorrent won’t restart.
Any idea??
EDIT: I changed directory: from “/var/log/xxxx.log” to "/home/xxxxxxx/log/xxxx.log. Gave to that directory user permission. Now seems to be working