# 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