logrotate configuration
This commit is contained in:
parent
8ee9bbfb26
commit
52dc461d28
8
vm-routes-creation.logrotate
Normal file
8
vm-routes-creation.logrotate
Normal file
|
@ -0,0 +1,8 @@
|
|||
/var/local/log/vm_id_log/*.log {
|
||||
daily
|
||||
rotate 6
|
||||
delaycompress
|
||||
compress
|
||||
notifempty
|
||||
missingok
|
||||
}
|
Loading…
Reference in a new issue