Add proxy to log rotation and update syndic rotation for SUSE

This commit is contained in:
David Murphy 2020-05-18 08:17:43 -06:00 committed by Daniel Wozniak
parent 70d62eabfd
commit 7e7bd7a1f8
2 changed files with 24 additions and 0 deletions

View file

@ -37,3 +37,11 @@
compress
notifempty
}
/var/log/salt/proxy {
weekly
missingok
rotate 7
compress
notifempty
}

View file

@ -33,3 +33,19 @@
compress
notifempty
}
/var/log/salt/syndic {
weekly
missingok
rotate 7
compress
notifempty
}
/var/log/salt/proxy {
weekly
missingok
rotate 7
compress
notifempty
}