#222 Always log exceptions
Opened 7 years ago by puiterwijk. Modified 7 years ago

This is cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1334642

Description of problem:

When Ipsilon happens to crash with 500 ISE, it should dump the traceback to Apache's error_log, even if debugging is not enabled by default.

Version-Release number of selected component (if applicable):

ipsilon-1.1.1-2.fc23.noarch

How reproducible:

Deterministic.

Steps to Reproduce:
1. Make Ipsilon crash with Internal Server Error (for an example, see bug 1334637).
2. Try to figure out what happened.

Actual results:

You have to set debug and log.screen to True and restart Apache.

Expected results:

To see basic clues for outright errors like 500 ISE, debug set to True should not be needed. There should be at least something in the error_log by default, when Ipsilon crashes.

Additional info:

Metadata Update from @puiterwijk:
- Issue set to the milestone: 1.3

7 years ago

Login to comment on this ticket.

Metadata