Hi. As said in the https://docs.djangoproject.com/en/1.4/howto/error-reporting/ production server with "DEBUG = False" will send "Unhandled exception" errors to ADMINS and it's great.
But besides it will return http error code 200 and if I'd make some http check for my service, like nagios check_http to my monitoring group could watch wrong states I just couldn't make it with only error code check and I must write some content check and it's not cool. Could this error code be replaced with 500 or any another? Could anyone explain why by default it works that way? Thanks for your attention. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.