]> xenbits.xensource.com Git - libvirt.git/commitdiff
526769 change logrotate config default to weekly
authorDaniel Veillard <veillard@redhat.com>
Mon, 5 Oct 2009 15:03:14 +0000 (17:03 +0200)
committerDaniel Veillard <veillard@redhat.com>
Mon, 5 Oct 2009 15:03:14 +0000 (17:03 +0200)
* 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

daemon/libvirtd.logrotate.in

index 9b426301356be6feaff00fba46e5b40405091ca5..093651c051d4c26eec7cdf1a90bec27ffaf37ac0 100644 (file)
@@ -1,7 +1,7 @@
-@localstatedir@/log/libvirt/qemu/*.log {
-        daily
+@localstatedir@/log/libvirt/qemu/*.log @localstatedir@/log/libvirt/uml/*.log @localstatedir@/log/libvirt/lxc/*.log {
+        weekly
         missingok
-        rotate 7
+        rotate 4
         compress
         delaycompress
         copytruncate