mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add salt-api log file to log rotation
This commit is contained in:
parent
7a0fa6d7a8
commit
212b188861
1 changed files with 8 additions and 0 deletions
|
@ -21,3 +21,11 @@
|
|||
compress
|
||||
notifempty
|
||||
}
|
||||
|
||||
/var/log/salt/api {
|
||||
weekly
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
notifempty
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue