-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP Error Log Support #122
Comments
Hey, thank you for the quick implementation. I think, php error logs can include multiline entries with stack traces. Here is my temporary config to make it work with the monolog handler:
|
Hey, i'll test some with the stack trace and will add the The combination with the error_log + monolog handler seems more specific scenario. I can't assume error_log will only be used via monolog. I'll add an example to the documentation for this. |
The other documented error handlers didn't support multiline, so I had to use monolog. The downside was that some fields were required, so I had to add empty capture groups at the end: |
Hey,
I think it would be nice to support the PHP error log.
Thank you!
The text was updated successfully, but these errors were encountered: