summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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%"