Comment 2 for bug 830981

Revision history for this message
James Henstridge (jamesh) wrote :

Just to be clear, logging of the exceptions using the stdlib logging module is not a standard part of Django: this is a customisation we made within the Ubuntu One servers in order to capture the exceptions for wsgi-oops.

Capturing log messages in general is probably worth while doing regardless of the state of Django though: it has the potential to capture useful debug info.