mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
split up logrotate
This commit is contained in:
parent
b7ca2aa559
commit
75f1549fba
2
debian/salt-common.logrotate
vendored
2
debian/salt-common.logrotate
vendored
@ -1,5 +1,3 @@
|
||||
/var/log/salt/master
|
||||
/var/log/salt/minion
|
||||
/var/log/salt/key
|
||||
/var/log/salt/*.log
|
||||
{
|
||||
|
8
debian/salt-master.logrotate
vendored
Normal file
8
debian/salt-master.logrotate
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/var/log/salt/master
|
||||
{
|
||||
weekly
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
notifempty
|
||||
}
|
8
debian/salt-minion.logrotate
vendored
Normal file
8
debian/salt-minion.logrotate
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/var/log/salt/minion
|
||||
{
|
||||
weekly
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
notifempty
|
||||
}
|
Loading…
Reference in New Issue
Block a user