Django-like errors via email |
[eluser]lbolognini[/eluser]
[quote author="Derek Allard" date="1238875266"]I'm confused. What errors specifically are you trying to check for? [/quote] I'm not talking about specific errors. I'm talking about HTTP 500 and 404 errors: i'd like to kill all error notification to the end-user but still receive the errors by email. Django allows me to do this by setting a variable in the settings.py file to DEBUG=False this way end-users see a friendly HTTP 500/400 page and i get notified of the errors by email. A typical error report would look like this: http://dpaste.com/hold/23841/ This feature has sometimes allowed me to fix the issues before the customer contacted me. L. |
Messages In This Thread |
Django-like errors via email - by El Forum - 04-04-2009, 05:55 AM
Django-like errors via email - by El Forum - 04-04-2009, 08:39 AM
Django-like errors via email - by El Forum - 04-04-2009, 08:50 AM
Django-like errors via email - by El Forum - 04-04-2009, 09:01 AM
Django-like errors via email - by El Forum - 04-04-2009, 09:12 AM
Django-like errors via email - by El Forum - 04-04-2009, 09:17 AM
Django-like errors via email - by El Forum - 04-04-2009, 09:31 AM
|