Add API log rotation on SUSE package

This commit is contained in:
Bo Maryniuk 2018-07-25 11:19:53 +02:00
parent 7f7bfb1d86
commit 3a149b0009

View File

@ -24,3 +24,12 @@
compress
notifempty
}
/var/log/salt/api {
su salt salt
weekly
missingok
rotate 7
compress
notifempty
}