mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Add API log rotation on SUSE package
This commit is contained in:
parent
7f7bfb1d86
commit
3a149b0009
1 changed files with 9 additions and 0 deletions
|
@ -24,3 +24,12 @@
|
|||
compress
|
||||
notifempty
|
||||
}
|
||||
|
||||
/var/log/salt/api {
|
||||
su salt salt
|
||||
weekly
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
notifempty
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue