This project is archived and is in readonly mode.
Failsafe middleware should flush the logger
Reported by Hongli Lai | December 15th, 2009 @ 08:27 PM | in 2.3.6
Currently the failsafe middleware does not flush the logger when logging the exception. As a result the error is not always written to the log file. The attached patch fixes the problem.
Comments and changes to this ticket
-
Jeremy Kemper December 16th, 2009 @ 06:03 AM
- Milestone set to 2.3.6
- State changed from new to incomplete
Breaks tests
-
Hongli Lai December 22nd, 2009 @ 06:37 PM
Ouch, that's what I get for thinking that I can get away with a one-liner patch. :)
Here's a new patch that passes the tests.
-
Michael Koziarski January 4th, 2010 @ 10:00 PM
- State changed from incomplete to resolved
applied and pushed, forgot the commit message.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>