From 3f4c6422110c9a242ff3b81abd4f5ac5e01d5ab9 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Wed, 15 Jan 2025 20:48:34 +0100 Subject: syslog: T6989: remove RepeatedMsgReduction configuration option This is a feature that worked decades ago when logs were small and reviewed by a human, it fails badly on high volume logs processed by tools. https://www.rsyslog.com/doc/configuration/action/rsconf1_repeatedmsgreduction.html --- data/templates/rsyslog/rsyslog.conf.j2 | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'data/templates/rsyslog/rsyslog.conf.j2') diff --git a/data/templates/rsyslog/rsyslog.conf.j2 b/data/templates/rsyslog/rsyslog.conf.j2 index c2cb8a1ca..daaafa6d1 100644 --- a/data/templates/rsyslog/rsyslog.conf.j2 +++ b/data/templates/rsyslog/rsyslog.conf.j2 @@ -18,16 +18,9 @@ module( RateLimit.Burst="0" ) +########################### #### GLOBAL DIRECTIVES #### -### TODO - remove -# Filter duplicated messages -# https://www.rsyslog.com/doc/configuration/action/rsconf1_repeatedmsgreduction.html -$RepeatedMsgReduction on - -########################################## -#### AUTH.LOG CHANNEL AND LOGGING RULES #### -########################################## - +########################### # Log specific programs to auth.log, then stop further processing if ( $programname == "CRON" or -- cgit v1.2.3