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.