mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
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
|
||
|
}
|