Add salt-api log file to log rotation

This commit is contained in:
Rino Pascual 2020-02-28 10:25:50 -08:00 committed by Daniel Wozniak
parent 7a0fa6d7a8
commit 212b188861

View file

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