lnav/test/bad-config2/configs/invalid-annotation/config.json
2023-07-30 21:17:52 -07:00

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"
}
}
}
}