]> gitweb.michael.orlitzky.com - amavis-logwatch.git/commitdiff
Ignore amavisd-new "starting child processes" notifications.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 24 Aug 2017 12:52:18 +0000 (08:52 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 24 Aug 2017 13:09:24 +0000 (09:09 -0400)
Newer versions of amavisd-new log the following constantly:

  sd_notify (no socket): STATUS=Starting child process(es), ready for work.

It's of no use to us, so add it to the global "ignore" list.

amavis-logwatch

index 1aab7871d2b7e83bb2cf067f5c11a693d65a499d..06b60c8d937846cdfcc39889a17aaf16a9559946 100644 (file)
@@ -2044,6 +2044,8 @@ sub create_ignore_list() {
         # unanchored
    push @ignore_list_final, qr/\bRUSAGE\b/;
    push @ignore_list_final, qr/: Sending .* to UNIX socket/;
+
+   push @ignore_list_final, qr/sd_notify \(no socket\): STATUS=Starting child process\(es\), ready for work./
 }
 
 # Notes: