[Django]-Limiting Django logging error mails not working in production

3👍

Perhaps you are running several instances of the same application in the production environment (I guess the limit will work per instance).

In my experience, a log aggregation tool like sentry is so much better than receiving errors by email, that it is not worth chasing the cause of your problem. Just install sentry and be happy.

Leave a comment