mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
323de1e833
Adding logrotate file for salt logs
40 lines
452 B
Plaintext
40 lines
452 B
Plaintext
/var/log/salt/master {
|
|
weekly
|
|
missingok
|
|
rotate 5
|
|
compress
|
|
notifempty
|
|
}
|
|
|
|
/var/log/salt/minion {
|
|
weekly
|
|
missingok
|
|
rotate 5
|
|
compress
|
|
notifempty
|
|
}
|
|
|
|
/var/log/salt/key {
|
|
weekly
|
|
missingok
|
|
rotate 5
|
|
compress
|
|
notifempty
|
|
}
|
|
|
|
/var/log/salt/cloud {
|
|
weekly
|
|
missingok
|
|
rotate 5
|
|
compress
|
|
notifempty
|
|
}
|
|
|
|
/var/log/salt/ssh {
|
|
weekly
|
|
missingok
|
|
rotate 5
|
|
compress
|
|
notifempty
|
|
}
|