﻿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
18993	Default django logging to StreamHandler (when DEBUG=True)	Claude Paroz	nobody	Currently, logging from Django code (except for django.request and django.db.backends) is going by default to the bin (`NullHandler`). I think this is discouraging usage of logging in Django, hence I'd like to replace the `NullHandler` by a `StreamHandler` redirecting to stdout when DEBUG is True. Working on a patch...	New feature	closed	Core (Other)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
