summaryrefslogtreecommitdiffstats
path: root/sample.conf
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2004-12-08 17:56:27 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2004-12-08 17:56:27 +0000
commit1d9fd143b71847c2bb17d0fc3989fdd59c68dddd (patch)
tree24cefb49285855583aea1029f4fac27551d9e883 /sample.conf
parent9deb0c2b787680fb958624925815b62e02bddc47 (diff)
downloadrsyslog-1d9fd143b71847c2bb17d0fc3989fdd59c68dddd.tar.gz
rsyslog-1d9fd143b71847c2bb17d0fc3989fdd59c68dddd.tar.xz
rsyslog-1d9fd143b71847c2bb17d0fc3989fdd59c68dddd.zip
version 0.8.0 beta
Diffstat (limited to 'sample.conf')
-rw-r--r--sample.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample.conf b/sample.conf
index f2afe3d2..2bf85b1b 100644
--- a/sample.conf
+++ b/sample.conf
@@ -119,7 +119,7 @@
$template TraditionalFormat,"%timegenerated% %HOSTNAME% %syslogtag%%msg:::drop-last-lf%\n"
# A template that tells you a little more about the message:
-$template precise,"%syslogpriority%,%syslogfacility%,%timegenerated::fulltime%,%HOSTNAME%,%syslogtag%,%msg%\n"
+$template precise,"%syslogpriority%,%syslogfacility%,%timegenerated:::fulltime%,%HOSTNAME%,%syslogtag%,%msg%\n"
# A template that resembles RFC 3164 on-the-wire format:
# (yes, there is NO space betwen syslogtag and msg! that's important!)