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=3efd2f3ff6b490e947d45ec28925f35888ec6896 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 c6e706b..ab6876b 100644 --- a/etc/rsyslog.conf +++ b/etc/rsyslog.conf @@ -100,4 +100,4 @@ $ActionQueueFileName remote $ActionResumeRetryCount -1 # save in-memory data if rsyslog shuts down $ActionQueueSaveOnShutdown on -*.* @@log;RSYSLOG_SyslogProtocol23Format +*.* @@log;RSYSLOG_ForwardFormat