From: Matthijs Kooijman Date: Tue, 5 May 2009 16:09:52 +0000 (+0200) Subject: rsyslog: Use another format for forwarding messages. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=5b3fb3c2dc07525499f26d3822d25a448c99d086 rsyslog: Use another format for forwarding messages. The syslog protocol 23 format seems to be broken in rsyslog for messages that were originally generated by legacy applications (i.e., do not have a structured-data field). See http://bugzilla.adiscon.com/show_bug.cgi?id=125 --- diff --git a/etc/rsyslog.conf b/etc/rsyslog.conf index 107707a..edaea18 100644 --- a/etc/rsyslog.conf +++ b/etc/rsyslog.conf @@ -101,4 +101,4 @@ $ActionQueueFileName remote $ActionResumeRetryCount -1 # save in-memory data if rsyslog shuts down $ActionQueueSaveOnShutdown on -*.* @@log;RSYSLOG_SyslogProtocol23Format +*.* @@log;RSYSLOG_ForwardFormat