summaryrefslogtreecommitdiffstats
path: root/sample.conf
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-09-05 10:26:21 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-09-05 10:26:21 +0000
commit5d91897dcde59e6ce4ece3e815f55e71a6e2d964 (patch)
treea3d83c985dd57a1a9fa44dc6bdaffcfee5964c06 /sample.conf
parentdb7a55cd76098755426bc1e72b744349ea494801 (diff)
downloadrsyslog-5d91897dcde59e6ce4ece3e815f55e71a6e2d964.tar.gz
rsyslog-5d91897dcde59e6ce4ece3e815f55e71a6e2d964.tar.xz
rsyslog-5d91897dcde59e6ce4ece3e815f55e71a6e2d964.zip
removed invalid sample with "fulltime" property replacer option
Diffstat (limited to 'sample.conf')
-rw-r--r--sample.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/sample.conf b/sample.conf
index 01db3af8..6120ac14 100644
--- a/sample.conf
+++ b/sample.conf
@@ -146,9 +146,6 @@ $AllowedSender TCP, 10.0.0.1 # for TCP, we allow only 10.0.0.1
# A template that resambles traditional syslogd file output:
$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"
-
# A template that resembles RFC 3164 on-the-wire format:
# (yes, there is NO space betwen syslogtag and msg! that's important!)
$template RFC3164fmt,"<%PRI%>%TIMESTAMP% %HOSTNAME% %syslogtag%%msg%"