rsyslog: Turn off rate limiting
authorMartin Schwenke <martin@meltin.net>
Mon, 28 Jul 2014 01:19:35 +0000 (11:19 +1000)
committerMartin Schwenke <martin@meltin.net>
Mon, 28 Jul 2014 01:19:35 +0000 (11:19 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
base/all/etc/rsyslog.d/autocluster.conf

index 2e5527913adde0ccf63d89e478ae1577ce685285..ae44e934c63a51ef2f2f0ddaabdb69efcf56c40c 100644 (file)
@@ -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