mirror of
https://github.com/tstack/lnav
synced 2024-11-15 18:13:10 +00:00
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
{
|
|
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
|
|
"unit_test_log": {
|
|
"regex": {
|
|
"std": {
|
|
"pattern": "(?<timestamp>[A-Za-z]+ [A-Za-z]+ +[0-9]+ [0-9]+:[0-9]+:[0-9]+ [0-9]+) : (?<level>[A-Z][a-z]+): (?<seq>\\([0-9]+\\) )?(?<body>.*)$"
|
|
}
|
|
}
|
|
}
|
|
}
|