]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
logrotate: do not rotate empty logs (2nd logrotate file) 1542/head
authorDmitry Smirnov <onlyjob@member.fsf.org>
Thu, 27 Mar 2014 16:42:45 +0000 (03:42 +1100)
committerDmitry Smirnov <onlyjob@member.fsf.org>
Thu, 27 Mar 2014 16:42:45 +0000 (03:42 +1100)
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
src/rgw/logrotate.conf

index 7c6f74e18882d2902b15ac43181cc728842af63d..ec47f00817cd90b81e0c1f0532985573ea0ad16e 100644 (file)
@@ -22,4 +22,5 @@
         fi
     endscript
     missingok
+    notifempty
 }