Skip to content

Instantly share code, notes, and snippets.

View nexces's full-sized avatar

Adrian Piotrowicz nexces

  • NXStudio Web Development
  • Olsztyn, Poland
View GitHub Profile
@nexces
nexces / lnav_monolog.json
Last active December 7, 2022 03:17 — forked from skowron-line/monolog.json
lnav Monolog format
{
"monolog": {
"title": "Monolog log file format",
"description": "Monolog log file format",
"url": "https:\/\/github.com\/Seldaek\/monolog",
"regex": {
"default": {
"pattern": "\\A\\[(?<timestamp>[^\\[\\]]+)\\] (?<logger>[A-Za-z0-9-_]+)\\.(?<level>\\w+): (?<message>.+?) *(?<context>(\\[(?>[^\\[\\]]+|(?-1))*\\])|(\\{(?>[^\\{\\}]+|(?-1))*\\})) (?<extra>(?-4))\\z"
}
},