Added syndic to log rotation

This commit is contained in:
David Murphy 2020-05-07 09:40:32 -06:00 committed by Daniel Wozniak
parent bb415d9099
commit 66bbcad197

View file

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