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
It seems the delimiter between the message and the payload is the ˋ {` string. You can use this to break both parts. But it will fail if the message contains this delimiter...
Laravel 5 has json context inside,
[2017-07-16 08:35:48] local.INFO: the message {"someData":"some data", "more" : {"test" : "true"}}
this is my regex now:
"regex" : "|^\\[(.*)\\] (.*)\\.(.*): (.*)( in (\\/(.*)):([0-9]*))*$|U",
Thanks
The text was updated successfully, but these errors were encountered: