You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just cannot get this plugin to recognise my custom format
Trying this:
2021-04-15 11:21:31.368 - ERROR 1 [ main] com.blah.Whatever : this is a test message 2021-04-15 11:21:13.124 - DEBUG 1 [ main] com.blah.Whatever : this is a another test message
I just cannot get this plugin to recognise my custom format
Trying this:
2021-04-15 11:21:31.368 - ERROR 1 [ main] com.blah.Whatever : this is a test message
2021-04-15 11:21:13.124 - DEBUG 1 [ main] com.blah.Whatever : this is a another test message
With:
^([^ ]* [^ ]*)\s-\s([^ ]*)\s*(\d*)\s*(\[[^]]*\])\s*([^ ]*)\s*:\s*(.*)$
I get format not recognised.
Just as a test:
^.+$
I get format not recognised.
The text was updated successfully, but these errors were encountered: