mirror of
https://github.com/tstack/lnav
synced 2024-11-08 01:10:29 +00:00
12 lines
330 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
} |