From 207511e76a787363d5b96b5dbb9a9adcdaf066a5 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Fri, 1 Apr 2011 16:54:55 -0400 Subject: [PATCH] Add a logrotate entry for /var/log/nodemanager.daemon, which can get out-of-hand on some nodes filling up the root partition. --- nm.logrotate | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nm.logrotate b/nm.logrotate index c685711..c7b463b 100644 --- a/nm.logrotate +++ b/nm.logrotate @@ -6,3 +6,10 @@ rotate 5 missingok } +/var/log/nodemanager.daemon { + copytruncate + compress + weekly + rotate 5 + missingok +} -- 2.43.0