diff --git a/docs/parsers/syslog.md b/docs/parsers/syslog.md index f5052d8b..ca0eba98 100644 --- a/docs/parsers/syslog.md +++ b/docs/parsers/syslog.md @@ -7,7 +7,7 @@ jc - JSON Convert Syslog RFC 5424 string parser This parser accepts a single syslog line string or multiple syslog lines separated by newlines. A warning message to `STDERR` will be printed if an -unparsable line is found. +unparsable line is found unless `--quiet` or `quiet=True` is used. The `timestamp_epoch` calculated timestamp field is naive. (i.e. based on the local time of the system the parser is run on) diff --git a/jc/parsers/syslog.py b/jc/parsers/syslog.py index d2962804..5915c71b 100644 --- a/jc/parsers/syslog.py +++ b/jc/parsers/syslog.py @@ -2,7 +2,7 @@ This parser accepts a single syslog line string or multiple syslog lines separated by newlines. A warning message to `STDERR` will be printed if an -unparsable line is found. +unparsable line is found unless `--quiet` or `quiet=True` is used. The `timestamp_epoch` calculated timestamp field is naive. (i.e. based on the local time of the system the parser is run on) diff --git a/man/jc.1 b/man/jc.1 index f2269260..4e8dcfad 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-08-15 1.21.0 "JSON Convert" +.TH jc 1 2022-08-16 1.21.0 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types .SH SYNOPSIS