From: Michael Orlitzky Date: Fri, 28 Dec 2018 14:33:07 +0000 (-0500) Subject: Ignore "no $pid_file configured, not checking it" lines. X-Git-Tag: 1.51.04~13 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=a93ee5d433308d2cac76ac9502e34c953ff96337;hp=a93ee5d433308d2cac76ac9502e34c953ff96337;p=amavis-logwatch.git Ignore "no $pid_file configured, not checking it" lines. When no PID file is configured (for example, when amavisd is running in the foreground), this message is logged. We already ignore the other types of PID file notifications, so ignore this one too. ---