diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-10 11:57:46 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-10 11:57:46 +0200 |
commit | 4d648dd068ccee19c8d646781bf7259f504d00e2 (patch) | |
tree | 21556a5a33c27bbbbd75e64e84b1060c610b5c37 | |
parent | c1ad4f99347ee98e20e1ccac4a1f80267b8a28ef (diff) | |
download | rsyslog-4d648dd068ccee19c8d646781bf7259f504d00e2.tar.gz rsyslog-4d648dd068ccee19c8d646781bf7259f504d00e2.tar.bz2 rsyslog-4d648dd068ccee19c8d646781bf7259f504d00e2.zip |
doc: clarify imfile "escapeLF" paramter availability
-rw-r--r-- | doc/imfile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/imfile.html b/doc/imfile.html index ab60373b..c9265b46 100644 --- a/doc/imfile.html +++ b/doc/imfile.html @@ -106,7 +106,7 @@ This mode should defined when having multiline messages. The value can range fro <br>0 (<strong>default</strong>) - line based (Each line is a new message) <br>1 - paragraph (There is a blank line between log messages) <br>2 - indented (New log messages start at the beginning of a line. If a line starts with a space it is part of the log message before it) -<li><b>escapeLF</b> [<b>on</b>/off]</b><br> +<li><b>escapeLF</b> [<b>on</b>/off] (requires v7.5.3+)<br> This is only meaningful if multi-line messages are to be processed. LF characters embedded into syslog messages cause a lot of trouble, as most tools and even the legacy syslog TCP protocol do not expect these. If set to "on", this option avoid this trouble by properly escaping |