Skip to content

Commit cbe17fe

Browse files
committed
Fixed description of parser options.
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent 17cc1fb commit cbe17fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/doc/admin-guide/options/source-flags.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
If the BOM[^1] character is missing, but the message is otherwise UTF-8
140140
compliant, {{ site.product.short_name }} automatically adds the BOM character to the
141141
message.
142-
- *no-piggyback-errors*: This option configures syslog-ng OSE to ignore parsing errors caused by piggybacked messages. If the parser encounters issues separating multiple messages sent together, it skips them without raising an error.
142+
- *no-piggyback-errors*: On failure, the original message will be left as it was before parsing, the value of `$MSGFORMAT` will be set to `syslog-error`, and a tag will be placed on the message corresponding to the parser's failure.
143+
- *piggyback-errors*: On failure, the old behaviour is used (clearing the entire message then syslog-ng will generate a new message in place of the old one describing the parser's error).
143144
144145
[^1]: The byte order mark (BOM) is a Unicode character used to signal the byte-order of the message text.

0 commit comments

Comments
 (0)