summaryrefslogtreecommitdiffstats
path: root/base/all/etc/rsyslog.d/autocluster.conf
blob: 6478b45e76a3c684a3de20dfbef5fe4b8d860e7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

# 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