1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-26 21:19:54 +03:00
lnav/test/configs/installed/anno-test.json
2023-07-30 21:17:52 -07:00

12 lines
330 B
JSON

{
"$schema": "https://lnav.org/schemas/config-v1.schema.json",
"log": {
"annotations": {
"org.lnav.test": {
"description": "test annotation",
"condition": ":c_ip IS NOT NULL AND $TEST_ANNO = '1'",
"handler": "anno-test.sh"
}
}
}
}