Skip to content

Commit

Permalink
syslog: T6989: remove RepeatedMsgReduction configuration option
Browse files Browse the repository at this point in the history
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
  • Loading branch information
c-po committed Jan 15, 2025
1 parent 4c235a8 commit 8645de7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions data/templates/rsyslog/rsyslog.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8645de7

Please sign in to comment.