blob: d37aaa6b47ae7ebb09e764ada93ebe5e313df4ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
"unit_test_log": {
"regex": {
"alt": {
"pattern": "^\\[(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3,6})?)Z?\\](?<body>.*)$"
}
},
"sample": [
{
"line": "[2021-05-21T21:58:57.022497Z]"
}
]
}
}
|