Re: Decrease amount of identical "Email reports"

2017-01-14 Thread Melvyn Sopacua
Hello, On Monday 09 January 2017 00:53:13 Nacharov Mikhail wrote: > I have a high load production site. If I make a mistake (some users > getting 500 error) all ADMINS will be receiving error emails until > bug won't be fixed. > This causes email server load and it's quite annoying reading thouse

Re: Decrease amount of identical "Email reports"

2017-01-09 Thread Sam Walters
Hi Presumably you have had a look at logging docs and its not good enough? https://docs.djangoproject.com/en/1.10/topics/logging/ With these sort of project requirements the way i have solved this in the past is to: *Work out who needs to receive certain messages. Draw a grid with all useful messa

Re: Decrease amount of identical "Email reports"

2017-01-09 Thread roboslone
Hi! I don't know how to help you with ADMINS notifications, but you can use Sentry to collect logs and errors. I believe you could set up notifications there as you like. > On 9 Jan 2017, at 11:53, Nacharov Mikhail wrote: > > Hi folks and Happy New Year! > > I have a high load production site