#15630: Add to docs information about the fact that unhandled exceptions are not
logged if DEBUG=True
---------------------------+---------------------------
 Reporter:  Goldan         |         Owner:  nobody
   Status:  new            |     Milestone:
Component:  Documentation  |       Version:  SVN
 Keywords:                 |  Triage Stage:  Unreviewed
Has patch:  0              |
---------------------------+---------------------------
 I failed to find the following valuable information in the documentation.

 If DEBUG=True, logger.error() function is never called for unhandled
 exceptions (that cause the 500 error). See django/core/handlers/base.py,
 function handle_uncaught_exception(). So the information about the
 exception is not logged anywhere.

 It took me some time to figure it out, so I think it should be mentioned
 in the docs.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15630>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to