1234567891011121314151617181920212223242526272829303132333435 |
- /var/log/salt/master {
- su salt salt
- weekly
- missingok
- rotate 7
- compress
- notifempty
- }
- /var/log/salt/minion {
- su root root
- weekly
- missingok
- rotate 7
- compress
- notifempty
- }
- /var/log/salt/key {
- su salt salt
- weekly
- missingok
- rotate 7
- compress
- notifempty
- }
- /var/log/salt/api {
- su salt salt
- weekly
- missingok
- rotate 7
- compress
- notifempty
- }
|