summaryrefslogtreecommitdiffstats
path: root/roles/copr/dist_git/files/logrotate.d/copr-dist-git
blob: b614f5cfe5eaaeb316a0545c72473bbcf0fd3b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
# logrotation file for Copr dist git

/var/log/copr-dist-git/*.log {
    weekly
    rotate 5
    copytruncate
    compress
    notifempty
    missingok
    create 644 copr-dist-git copr-dist-git
}