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 have just run into Rack's multipart_part_limit, which gave a very cryptic error message in my apache log (End of script output before headers).
It would have been nice if exception_notification had sent me a mail for that error.
But I guess the multipart handling runs before exception_notification.
Is there any way to configure rack/exception_notitication, so that exception_notification will send mails when encountering this error?
The text was updated successfully, but these errors were encountered:
this error occurs in the rails app or in the apache?
note that exception notification has access just in your rails app. if the error occurs in the apache layer, it cannot help you.
I have just run into Rack's multipart_part_limit, which gave a very cryptic error message in my apache log (End of script output before headers).
It would have been nice if exception_notification had sent me a mail for that error.
But I guess the multipart handling runs before exception_notification.
Is there any way to configure rack/exception_notitication, so that exception_notification will send mails when encountering this error?
The text was updated successfully, but these errors were encountered: