Skip to content

Instantly share code, notes, and snippets.

View pc-m's full-sized avatar

Pascal Cadotte Michaud pc-m

View GitHub Profile
@cgrinham
cgrinham / lnav_asterisk.json
Last active August 14, 2025 12:48
lnav format file for asterisk
{
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
"asterisk": {
"title": "Asterisk full log",
"description": "Parses Asterisk 'full' logs with fractional seconds, optional call-id, thread id, module, and body.",
"file-type": "text",
"file-pattern": ".*/asterisk/full.*",
"ordered-by-time": true,
"timestamp-format": ["%Y-%m-%d %H:%M:%S.%f"],