rsyslog: Add (commented out) debug log.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 5 May 2009 16:16:17 +0000 (18:16 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 5 May 2009 16:16:17 +0000 (18:16 +0200)
This is so we can quickly enable full dumping of log messages later on.

etc/rsyslog.conf

index d3cda8fc1753048dc902911d42c94c653cd5898b..b1f88e27b23739e50225651c3df4134ed557c87d 100644 (file)
@@ -69,6 +69,13 @@ $template LogFormat, "%TIMESTAMP:::date-rfc3339% %HOSTNAME% %syslogtag% %syslogf
 # (hence the traditional format).
 *.*                            -/data/log/rsyslog/all.log;RSYSLOG_TraditionalFileFormat
 
+# Debugging format. Based on RSYSLOG_DebugFormat, available in later versions
+# of rsyslogd, with some variations.
+$template DebugFormat,"Debug line with all properties:\nFROMHOST: '%FROMHOST%', HOSTNAME: '%HOSTNAME%', PRI: %PRI%,\nsyslogtag '%syslogtag%', programname: '%programname%', APP-NAME: '%APP-NAME%', PROCID: '%PROCID%', MSGID: '%MSGID%',\nTIMESTAMP: '%TIMESTAMP%', STRUCTURED-DATA: '%STRUCTURED-DATA%', syslogtag: '%syslogtag%'\nmsg: '%msg%'\nescaped msg: '%msg:::drop-cc%'\nrawmsg: '%rawmsg%'\n\n"
+# Uncomment this to have detailed logging for debugging
+#*.*                           -/data/log/rsyslog/debug.log;DebugFormat
+
+
 #######################
 #### Local logging ####
 #######################