On 2010-01-20, at 5:59 PM, Honza Král wrote: > Another problem that we have is error reporting. If your project blows > up and starts generating hundreds of error messages per second, you > really don't want then on your mailserver or mail client. It is also > solvable with django's current tool set, but everybody must also > figure it out on their own.
There's quite a few other solutions for that. Eg: writing to Apache (if you use it logs, writing to sys log etc) I think the new logging framework addition will help here. Or there are services like Arecibo: http://areciboapp.com/listener/docs/django/ (other services are available) to do that for you. -- Andy McKay, @clearwind http://clearwind.ca/djangoski
-- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.