Skip to content

Instantly share code, notes, and snippets.

@mysiar
Created February 22, 2019 18:15
Show Gist options
  • Star 26 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mysiar/f3acaacb8811dfc2736b42aaed2e9e9e to your computer and use it in GitHub Desktop.
Save mysiar/f3acaacb8811dfc2736b42aaed2e9e9e 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`
@Fredegaard
Copy link

Thanks!

@hirschtec-ep
Copy link

Very helpful. Saves me a lot of time, thanks!

@daviderubini
Copy link

Thanks you !

@mysiar
Copy link
Author

mysiar commented May 10, 2020

I moved all my notes to one place
https://mysiar.github.io/

@MMierzynski
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment