mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-21 02:00:42 +01:00
doc: add reference to relevant blog posting (imfile "escapeLF" param)
This commit is contained in:
parent
4d648dd068
commit
0da2f59fcb
@ -13,6 +13,7 @@ Version 7.5.3 [devel] 2013-07-??
|
||||
to the input statement. Given the trouble LFs cause and the fact
|
||||
that the majority of installations still use legacy config, we
|
||||
considered this behaviour change acceptable and useful.
|
||||
see also: http://blog.gerhards.net/2013/09/imfile-multi-line-messages.html
|
||||
- bugfix: queue file size was not correctly processed
|
||||
this could lead to using one queue file per message for sizes >2GiB
|
||||
Thanks to Tomas Heinrich for the patch.
|
||||
|
||||
@ -113,7 +113,8 @@ do not expect these. If set to "on", this option avoid this trouble by properly
|
||||
LF characters to the 4-byte sequence "#012". This is consistent with other rsyslog control character
|
||||
escaping. By default, escaping is turned on. If you turn it off, make sure you test very carefully
|
||||
with all associated tools. Please note that if you intend to use plain TCP syslog with embedded
|
||||
LF characters, you need to enable octet-counted framing.
|
||||
LF characters, you need to enable octet-counted framing. For more details, see Rainer's blog posting on
|
||||
<a href="http://blog.gerhards.net/2013/09/imfile-multi-line-messages.html">imfile LF escaping</a>.
|
||||
<li><b>MaxLinesAtOnce</b> [number]</b>
|
||||
<br>
|
||||
This is useful if multiple files need to be monitored. If set to 0, each file
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user