diff options
Diffstat (limited to '')
-rw-r--r-- | test/logfile_json2.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/logfile_json2.json b/test/logfile_json2.json new file mode 100644 index 0000000..9a3921e --- /dev/null +++ b/test/logfile_json2.json @@ -0,0 +1,3 @@ +{"ts": "2013-09-06T20:00:49.124817Z", "lvl": 0, "msg": "Starting up service", "cl": "com.exmaple.foo"} +{"ts": "2013-09-06T22:00:49.124817Z", "lvl": 0, "msg": "Shutting down service", "user": "steve@example.com", "cl": "com.exmaple.foo"} +{"ts": "2013-09-06T22:01:49.124817Z", "lvl": 10, "msg": "looking bad", "cl": "com.exmaple.foo"} |