Comment 1 for bug 645229

Revision history for this message
Dreamtime (dmm) wrote :

Such errors being reported via email when we uncomment ADMIN in settings.py:

ADMINS = (
    # ('Your Name', '<email address hidden>'),
)

I'm not sure that logging to DB will work in this case, course who knows what kind of error happened -
may be DB server went down, or we have syntax error in our scripts.

As for limiting amount of logs, thats a good feature. I'll get back to it later.

Also I saw your addition of translation for 500 page in ~wikipbx-dev/wikipbx/trunk : 191.
According Django docs they recommend this page to be as light as possible:
http://www.djangobook.com/en/2.0/chapter12/
May be we should avoid translation in this case?