On 11 juin, 06:37, Boris Raskin <bras...@playdation.net> wrote: > Howdy, > > I am trying to keep track of the 500 errors that I get on my production > site. I realize that outside of DEBUG mode Django will email admins when it > hits 500 errors. This might get a little overwhelming if the same error > occurs a bunch of times. I am hoping to find a way that will let me put > these into a log file or do something more creative than just getting them > by email so that I can keep track of them.
https://docs.djangoproject.com/en/dev/topics/http/middleware/#process-exception https://docs.djangoproject.com/en/1.3/topics/logging/ http://docs.python.org/library/logging.html -- 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.