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:
5e14935
)
rsyslog: Use another format for forwarding messages.
samba
author
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 5 May 2009 16:09:52 +0000
(18:09 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 5 May 2009 16:09:52 +0000
(18:09 +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 c6e706be16f977a902719e8b94f3c67036c3685c..ab6876b8b1228eadb758bc402c72a37d9880cb34 100644
(file)
--- 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_
SyslogProtocol23
Format
+*.* @@log;RSYSLOG_
Forward
Format