﻿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
17330	Logger documentation minor error	Jeff Blaine	nobody	"Very minor nit:

https://docs.djangoproject.com/en/1.3/topics/logging/

{{{
...

Defines three handlers:

null, a NullHandler, which will pass any DEBUG or higher message to /dev/null.

console, a StreamHandler, which will print any DEBUG message to stdout. This handler uses the simple output format.

mail_admins, an AdminEmailHandler, which will e-mail any ERROR level message to the site admins. This handler uses the special filter.
}}}

For clarity, I believe the 'console' and 'mail_admins' blocks should be rewritten to indicate, as the 'null' one does, those handlers will act on DEBUG or ERROR level messages (respectively) *or higher*.

Correct?"	Cleanup/optimization	closed	Documentation	1.3	Normal	fixed			Accepted	0	0	0	0	1	0
