Skip to content

Commit f2b5765

Browse files
committed
Fixed syslog-error, to syslog:error, and referenced a section detailing
tags. Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent cbe17fe commit f2b5765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +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*: 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.
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 (see Tagging messages) will be placed on the message corresponding to the parser's failure.
143143
- *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).
144144
145145
[^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)