﻿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
25684	Runserver doesn't use `LOGGING` configuration	Flavio Curella		"this is slightly related to https://code.djangoproject.com/ticket/25523

All output in ``core.servers.basehttp`` (and possibly ``fastcgi`` - I haven't checked that yet) uses ``sys.stderr.write``, bypassing the logging subsystem.

In order to have it use the ``LOGGING`` settings, I can see 3 options:

a) make it always use ``logger.info(msg)`` and change the default `LOGGING` settings appropriately
b) make it always use both ``sys.stdout.write`` and ``logger.info``
c) add an option to runserver to switch behaviour

I'm willing to work on the patch (in fact, I have option 2) already working), I just need to know if this is something we want and what direction we want to go.
"	New feature	new	Error reporting	1.8	Normal				Unreviewed	0	0	0	0	0	0
