mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
14 lines
404 B
JSON
14 lines
404 B
JSON
{
|
|
"$schema": "https://lnav.org/schemas/config-v1.schema.json",
|
|
"log": {
|
|
"annotations": {
|
|
"org.lnav.test.no-handler": {
|
|
"description": "annotation without a handler"
|
|
},
|
|
"org.lnav.test.no-condition": {
|
|
"description": "annotation without a condition",
|
|
"handler": "my-handler"
|
|
}
|
|
}
|
|
}
|
|
} |