mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
6c52760cc9
Related to #811
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>\\d+\\/\\d+\\/\\d+ \\d+:\\d+:\\d+) (?<jobserver>[\\w.]+) (?<workqueue>[\\w.]+) (?<processid>\\d+)\\] (?<body>.*)$"
|
|
}
|
|
}
|
|
}
|
|
}
|