summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/all/etc/rsyslog.d/autocluster.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/all/etc/rsyslog.d/autocluster.conf b/base/all/etc/rsyslog.d/autocluster.conf
index ae44e93..6478b45 100644
--- a/base/all/etc/rsyslog.d/autocluster.conf
+++ b/base/all/etc/rsyslog.d/autocluster.conf
@@ -6,3 +6,9 @@ $ActionFileDefaultTemplate RSYSLOG_FileFormat
# default?
$SystemLogRateLimitInterval 0
$SystemLogRateLimitBurst 0
+
+# Turn on UDP listener to be able to take advantage of CTDB's new
+# direct-to-syslog-on-UDP feature.
+$ModLoad imudp
+$UDPServerAddress 127.0.0.1
+$UDPServerRun 514