[Ovirt-devel] [PATCH node] Compress all rotated logs.

Darryl L. Pierce dpierce at redhat.com
Wed May 27 14:58:28 UTC 2009


Removes the delaycompress line so that every rotation is compressed.

Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
 logrotate/ovirt-logrotate.conf |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/logrotate/ovirt-logrotate.conf b/logrotate/ovirt-logrotate.conf
index 8747f59..8b89a2d 100644
--- a/logrotate/ovirt-logrotate.conf
+++ b/logrotate/ovirt-logrotate.conf
@@ -1,7 +1,6 @@
-/var/log/ovirt*.log {
+/var/log/*log {
     rotate 3
     compress
-    delaycompress
     missingok
     size 1M
     create
-- 
1.6.0.6




More information about the ovirt-devel mailing list