From a4c51b5ee309eca7b016aed1f24a5fbce7601dc9 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Sat, 15 Feb 2020 17:41:54 +0100 Subject: [PATCH] Reduce rngd messages with more general regex --- seqs/rsyslog/10-rngd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seqs/rsyslog/10-rngd.conf b/seqs/rsyslog/10-rngd.conf index 946745f..7f70749 100644 --- a/seqs/rsyslog/10-rngd.conf +++ b/seqs/rsyslog/10-rngd.conf @@ -1 +1 @@ -if $programname == 'rngd' and re_match($msg, "\\^stats:.*") then stop +if $programname == 'rngd' and re_match($msg, "stats:.*") then stop