lnav/test/bad-config/formats/invalid-name/format.json
2023-04-05 22:52:55 -07:00

8 lines
225 B
JSON

{
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
"bad-name-log": {
"title": "bad-format",
"description": "Log format with a name that has invalid characters",
"json": true
}
}