1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-26 21:04:16 +02:00

fix for missing tag

This commit is contained in:
Kelly Brazil
2022-08-16 10:01:27 -07:00
parent d42ec58ad1
commit 8a6bbc55d2
3 changed files with 18 additions and 8 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ jc - JSON Convert Syslog RFC 3164 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.
Usage (cli):
@@ -25,7 +25,7 @@ Schema:
"priority": integer/null,
"date": string,
"hostname": string,
"tag": string,
"tag": string/null,
"content": string,
"unparsable": string, # [0]
}