lnav/test/expected/test_json_format.sh_8f2ebcd319afc7966ef11e31f9dd646bf6f001dd.out
Tim Stack f2a0c8f21c [logfile] include microseconds when converting timestamps
Mentioned in #1145

Also, fix the field hiding issue mentioned in #1146
2023-04-28 11:37:24 -07:00

922 B

⋮ abc 48 def TRACE - trace test
⋮ abc 49 def INFO - Starting up service
⋮ 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
⋮ abc 59 def DEBUG5 - Details...
⋮ abc 59 def DEBUG4 - Details...
⋮ abc 59 def DEBUG3 - Details...
⋮ abc 59 def DEBUG2 - Details...
⋮ abc 59 def DEBUG - Details...
⋮ abc 49 def STATS - 1 beat per second
⋮ abc 49 def WARNING - not looking good
⋮ abc 49 def ERROR - looking bad
⋮ abc 49 def CRITICAL - sooo bad
⋮ abc 49 def FATAL - shoot
obj: { "field1" : "hi", "field2": 2 }
arr: ["hi", {"sub1": true}]