From 0fb22e817d1ba003764ad737f72a9c9ab864d7e0 Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Mon, 9 Dec 2019 19:50:03 +0300 Subject: [PATCH] rsyslog: Don't try to set rate limits The way this was implemented didn't work anyway and produced spurious errors, we can probably live without that for now. --- builder/assets/rsyslog.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/builder/assets/rsyslog.conf b/builder/assets/rsyslog.conf index 87094d42..bea1a76a 100644 --- a/builder/assets/rsyslog.conf +++ b/builder/assets/rsyslog.conf @@ -45,12 +45,6 @@ $Umask 0022 # $WorkDirectory /var/spool/rsyslog -# -# Limit log to 40 messages per second on average (should be plenty) -# -$SystemLogRateLimitInterval 5 -$SystemLogRateLimitBurst 200 - # # Include all config files in /etc/rsyslog.d/ #