mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 01:30:20 +00:00
53 lines
532 B
Text
53 lines
532 B
Text
/var/log/salt/master {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
create 0640
|
|
}
|
|
|
|
/var/log/salt/minion {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
create 0640
|
|
}
|
|
|
|
/var/log/salt/key {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
create 0640
|
|
}
|
|
|
|
/var/log/salt/api {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
create 0640
|
|
}
|
|
|
|
/var/log/salt/syndic {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
create 0640
|
|
}
|
|
|
|
/var/log/salt/proxy {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
create 0640
|
|
}
|