Skip to content

Instantly share code, notes, and snippets.

@tranch
Forked from mysiar/ideolog-monolog.md
Last active July 30, 2019 05:53
Show Gist options
  • Save tranch/1c12e52deaf5a8a70335f7ff6dbc61d4 to your computer and use it in GitHub Desktop.
Save tranch/1c12e52deaf5a8a70335f7ff6dbc61d4 to your computer and use it in GitHub Desktop.
Monolog template for Ideolog
  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment