Changes between Initial Version and Version 1 of Ticket #20752, comment 12


Ignore:
Timestamp:
Oct 23, 2013, 2:43:23 PM (10 years ago)
Author:
schacki

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20752, comment 12

    initial v1  
    332. 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.
    443. 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.
     54. Commented the code in handle_uncaught_exception to make the process and ideas behind it clearer.
Back to Top