You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/bad-config/formats/invalid-json-format/format.json

17 lines
349 B
JSON

{
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
"bad_json_log": {
"json": true,
"line-format": [
{
"field": ""
},
{
"field": "__timestamp__",
"timestamp-format": ""
}
],
"value": {
}
}
}