# logrotation file for Copr frontend

/var/log/copr-frontend/*.log {
    weekly
    rotate 13
    copytruncate
    compress
    notifempty
    missingok
    create 644 copr-fe copr-fe
}
