summaryrefslogtreecommitdiffstats
path: root/network/syncthing/syncthing.logrotate
blob: ef303bf6ee02fd9b0bfc732a9e4d0d503c558a06 (plain)
1
2
3
4
5
6
7
8
/var/log/syncthing/*.log {
    weekly
    rotate 4
    compress
    missingok
    notifempty
    copytruncate
}