Skip to content

Instantly share code, notes, and snippets.

@krukru
Created December 11, 2019 09:29
Show Gist options
  • Save krukru/62e14ea921e60274f2b9dd04392173da to your computer and use it in GitHub Desktop.
Save krukru/62e14ea921e60274f2b9dd04392173da to your computer and use it in GitHub Desktop.
Ideolog php log format
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