diff options
Diffstat (limited to 'data/templates/rsyslog/rsyslog.conf.j2')
-rw-r--r-- | data/templates/rsyslog/rsyslog.conf.j2 | 11 |
1 files changed, 2 insertions, 9 deletions
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 |