Piotr Synowiec
Piotr Synowiec
~1 min read

Categories

Tags

PhpStorm Ideolog extension configuration for monolog

Message pattern: `^\[(.*)\] (.+?)\.([A-Z]+): (.*)`
Message start pattern: `^\[`
Time format: `yyyy-MM-dd HH:mm:ss`
Time capture group: `1`
Severity capture group: `3`
Category capture group: `2`

Patterns

^\s*c(ritical)?\s*$

^\s*i(nfo)?\s*$

^\s*d(ebug)?\s*$