transmission-daemon produces a lot of logs
After about a year my /var/log/transmission/transmission.log
was around 500GB.
I think it would make sense to ship a logrotate file? I've been using this one now and it's working fine:
/var/log/transmission/transmission.log {
daily
missingok
copytruncate
rotate 7
compress
notifempty
}
Basically, I just copied /etc/logrotate.d/acf
(from acf-core)