diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:44:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:44:55 +0000 |
commit | 5068d34c08f951a7ea6257d305a1627b09a95817 (patch) | |
tree | 08213e2be853396a3b07ce15dbe222644dcd9a89 /test/expected/test_json_format.sh_8f2ebcd319afc7966ef11e31f9dd646bf6f001dd.out | |
parent | Initial commit. (diff) | |
download | lnav-5068d34c08f951a7ea6257d305a1627b09a95817.tar.xz lnav-5068d34c08f951a7ea6257d305a1627b09a95817.zip |
Adding upstream version 0.11.1.upstream/0.11.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/expected/test_json_format.sh_8f2ebcd319afc7966ef11e31f9dd646bf6f001dd.out')
-rw-r--r-- | test/expected/test_json_format.sh_8f2ebcd319afc7966ef11e31f9dd646bf6f001dd.out | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/expected/test_json_format.sh_8f2ebcd319afc7966ef11e31f9dd646bf6f001dd.out b/test/expected/test_json_format.sh_8f2ebcd319afc7966ef11e31f9dd646bf6f001dd.out new file mode 100644 index 0000000..338bca9 --- /dev/null +++ b/test/expected/test_json_format.sh_8f2ebcd319afc7966ef11e31f9dd646bf6f001dd.out @@ -0,0 +1,21 @@ +2013-09-06T20:00:48.124 abc 48 def TRACE - trace test +2013-09-06T20:00:49.124 abc 49 def INFO - Starting up service +2013-09-06T22:00:49.124 abc 49 def INFO - Shutting down service + user: steve@example.com +timestamp="2013-09-06T22:00:50.123000Z" level="INFO" msg="Hello, World" +panic: foo bar failed baz + level1.py:10034 + level2.py:100 + level3.py:42 +2013-09-06T22:00:59.124 abc 59 def DEBUG5 - Details... +2013-09-06T22:00:59.124 abc 59 def DEBUG4 - Details... +2013-09-06T22:00:59.124 abc 59 def DEBUG3 - Details... +2013-09-06T22:00:59.124 abc 59 def DEBUG2 - Details... +2013-09-06T22:00:59.124 abc 59 def DEBUG - Details... +2013-09-06T22:01:49.124 abc 49 def STATS - 1 beat per second +[33m2013-09-06T22:01:49.124[0m[33m [0m[33mabc 49 def[0m[33m WARNING - [0m[33mnot looking good[0m +[31m2013-09-06T22:01:49.124[0m[31m [0m[31mabc 49 def[0m[31m ERROR - [0m[31mlooking bad[0m +[31m2013-09-06T22:01:49.124[0m[31m [0m[31mabc 49 def[0m[31m CRITICAL - [0m[31msooo bad[0m +[31m2013-09-06T22:01:49.124[0m[31m [0m[31mabc 49 def[0m[31m FATAL - [0m[31mshoot[0m +[31m obj: { "field1" : "hi", "field2": 2 }[0m +[31m arr: ["hi", {"sub1": true}][0m |