﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17069	Extend the error logger's API to allow ignoring some errors	Julien Phalip	peppergrower	"This feature request was prompted after some discussions in #10046 and on django-dev: http://groups.google.com/group/django-developers/browse_thread/thread/71cd0bbc76113ac8

In particular, there are certain common errors like 'IOError: request data read error' which live outside of Django's or the developer's control, and which can safely be ignored. However, it can be risky to systematically ignore every `IOError` in Django core as there could be other genuinely important causes for it, especially at the WSGI layer.

So, as suggested by Graham Dumpleton and others on IRC, the API for the Django's built-in error loggers could be extended to let the user specify which errors could be ignored and not be logged."	New feature	closed	Documentation	dev	Normal	fixed			Accepted	1	0	0	0	0	0
