ansible/roles/packages/files/cron_fcomm_log_rotate

25 lines
413 B
Text
Raw Permalink Normal View History

/var/log/fedoracommunity/cron-sync-latest-builds.log {
missingok
notifempty
rotate 4
weekly
}
/var/log/fedoracommunity/cron-sync-package-builds.log {
missingok
notifempty
rotate 4
weekly
}
/var/log/fedoracommunity/cron-sync-yum.log {
missingok
notifempty
rotate 4
weekly
}
/var/log/fedoracommunity/cron-flush-pkgs-cache.log {
missingok
notifempty
rotate 4
weekly
}