#222 Always log exceptions
Closed: Fixed by t0xic0der. Opened by puiterwijk.

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

Metadata Update from @t0xic0der:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata