projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c94b9e0
)
rsyslog: Use another format for forwarding messages.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 5 May 2009 16:09:52 +0000
(18:09 +0200)
committer
root
<root@drsnuggles.stderr.nl>
Tue, 5 May 2009 16:35:28 +0000
(18:35 +0200)
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
etc/rsyslog.conf
patch
|
blob
|
history
diff --git
a/etc/rsyslog.conf
b/etc/rsyslog.conf
index 107707a7ca0cefaf1844053a408ab33783849a7e..edaea18b0eec7fecd91857348fc94fc99f673530 100644
(file)
--- 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_
SyslogProtocol23
Format
+*.* @@log;RSYSLOG_
Forward
Format