From dbdc87581f8dc3d1ab2547dd5ea5a113bba8d80b Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Thu, 3 Apr 2008 21:31:06 +0000 Subject: [PATCH] rotate when log is > 200k --- codemux.logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemux.logrotate b/codemux.logrotate index 18c64bc..561f2a3 100644 --- a/codemux.logrotate +++ b/codemux.logrotate @@ -1,7 +1,7 @@ /var/log/codemux.log { copytruncate compress - daily + size 200 notifempty rotate 5 missingok -- 2.43.0