From 501e31d94d7ccb0f3e4ef998c603be081a0911a6 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Fri, 28 Mar 2014 03:42:45 +1100 Subject: [PATCH] logrotate: do not rotate empty logs (2nd logrotate file) Signed-off-by: Dmitry Smirnov --- src/rgw/logrotate.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/logrotate.conf b/src/rgw/logrotate.conf index 7c6f74e18882d..ec47f00817cd9 100644 --- a/src/rgw/logrotate.conf +++ b/src/rgw/logrotate.conf @@ -22,4 +22,5 @@ fi endscript missingok + notifempty } -- 2.39.5