summaryrefslogtreecommitdiffstats
path: root/base/all/etc/rsyslog.d/autocluster.conf
diff options
context:
space:
mode:
Diffstat (limited to 'base/all/etc/rsyslog.d/autocluster.conf')
-rw-r--r--base/all/etc/rsyslog.d/autocluster.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/all/etc/rsyslog.d/autocluster.conf b/base/all/etc/rsyslog.d/autocluster.conf
index 2e55279..ae44e93 100644
--- a/base/all/etc/rsyslog.d/autocluster.conf
+++ b/base/all/etc/rsyslog.d/autocluster.conf
@@ -1,3 +1,8 @@
# Select a high precision time format. This allows accurate merging
# of logs from multiple cluster nodes for easier CTDB debugging.
$ActionFileDefaultTemplate RSYSLOG_FileFormat
+
+# Turn off rate-limiting. Why would we want to lose messages by
+# default?
+$SystemLogRateLimitInterval 0
+$SystemLogRateLimitBurst 0