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
Hello, I use HtmlFormatter to receive logs by email.
In the case of an ERROR notification for an HTTP 405 error code, there is no postParams data provided, but postParams are present in the next INFO notification if present for a deprecated notification.
How can I include postParams directly in the ERROR notification?
The text was updated successfully, but these errors were encountered:
The best way to do email logging IMO is to combine it with a FingersCrossedHandler => BufferHandler => MailerHandler. That way you get the full request logs in the email, not just the ERROR.
Monolog version 3
Hello, I use HtmlFormatter to receive logs by email.
In the case of an ERROR notification for an HTTP 405 error code, there is no postParams data provided, but postParams are present in the next INFO notification if present for a deprecated notification.
How can I include postParams directly in the ERROR notification?
The text was updated successfully, but these errors were encountered: