From f1b80b566321f5f3073e85edca1d06aab3be4169 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 22 Nov 2012 05:54:41 +0100 Subject: [PATCH] Logrotate: Order per convention and remove size. No need for size, makes it more consistent with the rest. --- sample-logrotate.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sample-logrotate.conf b/sample-logrotate.conf index ba8db6d..5b9bee9 100644 --- a/sample-logrotate.conf +++ b/sample-logrotate.conf @@ -1,10 +1,9 @@ /var/log/testswarm-browserstack/*.log { + weekly + rotate 5 compress copytruncate delaycompress missingok notifempty - rotate 5 - size 100M - weekly }