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/formats/partitions/format.json

11 lines
293 B
JSON

{
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
"syslog_log": {
"partitions": {
"dhclient-binding": {
"description": "Set partition name to current IP",
"pattern": " bound to ([^ ]+) --"
}
}
}
}