From 62e4c68907d8d33709c2c1f92a161dff00b3d5f2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:01:36 +0200 Subject: Adding upstream version 0.11.2. Signed-off-by: Daniel Baumann --- test/logfile_invalid_json.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/logfile_invalid_json.json (limited to 'test/logfile_invalid_json.json') diff --git a/test/logfile_invalid_json.json b/test/logfile_invalid_json.json new file mode 100644 index 0000000..f95af65 --- /dev/null +++ b/test/logfile_invalid_json.json @@ -0,0 +1,5 @@ +{"ts": "2013-09-06T20:00:48.124817Z", "@fields": { "lvl": "TRACE", "msg": "trace test"}} +{"ts": "2013-09-06T20:00:49.124817Z", "@fields": { "lvl": "INFO", "msg": "Starting up service"}} +{"ts": "2013-09-06T22:00:49.124817Z", "@fields": { "lvl": "INFO", "msg": "Shutting down service\nline2\nline3\nline4\nline5\nline6\nline7\nline8\nline9\nline10 +{"ts": "2013-09-06T22:00:59.124817Z", "@fields": { "lvl": "DEBUG5", "msg": "Details..."}} +{"ts": "2013-09-06T22:00:59.222222Z", "@fields": { "lvl": "DEBUG4", "msg": "Details..."}} -- cgit v1.2.3