mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
526769 change logrotate config default to weekly
* daemon/libvirtd.logrotate.in: change to weekly rotation of logs, keep a month worth of data and also extend to cover LXC and UML domain logs
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@localstatedir@/log/libvirt/qemu/*.log {
|
@localstatedir@/log/libvirt/qemu/*.log @localstatedir@/log/libvirt/uml/*.log @localstatedir@/log/libvirt/lxc/*.log {
|
||||||
daily
|
weekly
|
||||||
missingok
|
missingok
|
||||||
rotate 7
|
rotate 4
|
||||||
compress
|
compress
|
||||||
delaycompress
|
delaycompress
|
||||||
copytruncate
|
copytruncate
|
||||||
|
|||||||
Reference in New Issue
Block a user