mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
6c52760cc9
Related to #811
16 lines
399 B
Plaintext
16 lines
399 B
Plaintext
{
|
|
"$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]"
|
|
}
|
|
]
|
|
}
|
|
}
|