[PATCH conductor] Decrease amount of time we keep rotated logs.

Jason Guiditta jguiditt at redhat.com
Tue Feb 21 18:23:37 UTC 2012


52 weeks is a bit excessive.  Also remove ref to script that has not
existed for months.
---
 conf/aeolus-conductor.logrotate |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/conf/aeolus-conductor.logrotate b/conf/aeolus-conductor.logrotate
index c190b2c..e1929a4 100644
--- a/conf/aeolus-conductor.logrotate
+++ b/conf/aeolus-conductor.logrotate
@@ -1,5 +1,5 @@
 weekly
-rotate 52
+rotate 4
 compress
 missingok
 notifempty
@@ -17,10 +17,3 @@ notifempty
       /etc/init.d/conductor-dbomatic restart
   endscript
 }
-
-/var/log/aeolus-conductor/warehouse_sync.log {
-  sharedscripts
-  postrotate
-      /etc/init.d/conductor-warehouse_sync restart
-  endscript
-}
-- 
1.7.7.6




More information about the aeolus-devel mailing list