Skip to content

Commit

Permalink
feat: add Symfony log format
Browse files Browse the repository at this point in the history
  • Loading branch information
HeahDude authored and mfilippov committed Nov 29, 2023
1 parent c8a5589 commit c50a0b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions formatsDirectory/Symfony.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<State>
<highlightingPatterns />
<hiddenSubstrings />
<LogParsingPattern enabled="true" name="Symfony" pattern="^\[([\d\-T:\+\.)]+)\]\s(\w+)\.([A-Z]+):\s(.*)$" timePattern="yyyy-MM-dd'T'HH:mm:ss.SSSSSSXXX" linePattern="^\[" timeId="0" severityId="2" categoryId="1" fullmatch="true" uuid="c1c8800e-b27c-4433-8d4a-3ec5a28f72a9" />
<settingsVersion>7</settingsVersion>
</State>

0 comments on commit c50a0b9

Please sign in to comment.