Changes between Initial Version and Version 1 of Ticket #20752, comment 12
- Timestamp:
- Oct 23, 2013, 2:43:23 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20752, comment 12
initial v1 3 3 2. The inital exception, that triggered the handle_uncaught_exception is the main focus. I.e. this exception is logged first, this exception is raised if settings.DEBUG_PROPAGATE_EXCEPTIONS is True. This makes debugging and analyzing the root cause of all the trouble much easier (which was one of the reasons, why this ticket was raised), nevertheless all follow-up errors are still logged. 4 4 3. Implemented proposal from ptone, to make the resolve500 more robust. 5 4. Commented the code in handle_uncaugh _exception to make the process and ideas behind it more transparent.5 4. Commented the code in handle_uncaught_exception to make the process and ideas behind it clearer.