diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-17 09:04:16 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-17 09:04:16 +0200 |
commit | d7b01b224a57e2b96cb992e67ee51306474685ec (patch) | |
tree | a78ea3bc8a523b3f00f9b397b64623a11872a00c | |
parent | 2fcd6ea84b21a46d6b01e5ccaf2965a5c32566d5 (diff) | |
parent | cc66470d2f9abf1746fa210403b99c50eb6f59d9 (diff) | |
download | rsyslog-d7b01b224a57e2b96cb992e67ee51306474685ec.tar.gz rsyslog-d7b01b224a57e2b96cb992e67ee51306474685ec.tar.bz2 rsyslog-d7b01b224a57e2b96cb992e67ee51306474685ec.zip |
Merge branch 'v7-stable'
-rw-r--r-- | doc/rsyslog_conf_templates.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rsyslog_conf_templates.html b/doc/rsyslog_conf_templates.html index 38927c03..562aa9a3 100644 --- a/doc/rsyslog_conf_templates.html +++ b/doc/rsyslog_conf_templates.html @@ -288,8 +288,8 @@ Note that the template string itself must be on a single line. <h4>Standard Template for Forwarding to a Remote Host (RFC3164 mode)</h4> <p><pre><code>template(name="ForwardFormat" type="list") { constant(value="<") - property(name="PRI") - constant(value="<") + property(name="pri") + constant(value=">") property(name="timestamp" dateFormat="rfc3339") constant(value=" ") property(name="hostname") |