aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/unifi/unifi.logrotated
blob: 28cc9ad4379951dc360f155e61db8d6ed51b67f6 (plain)
1
2
3
4
5
6
7
8
/var/log/unifi/*.log {
    weekly
    rotate 5
    missingok
    notifempty
    compress
    copytruncate
}