﻿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
20981	Documentation is misleading about default value of disable_existing_loggers	Krzysztof Jurewicz	Krzysztof Jurewicz	"Currently the documentation states that

  From Django 1.5 forward, the project’s logging configuration is merged with Django’s defaults, hence you can decide if you want to add to, or replace the existing configuration. To completely override the default configuration, set the disable_existing_loggers key to True in the LOGGING dictConfig. Alternatively you can redefine some or all of the loggers.

This suggests that the default value of `disable_existing_loggers` is False, which is… false, because the defalt value is true. This can easily lead to users unconsciously disabling logging at all in their projects."	Bug	closed	Documentation	dev	Normal	fixed			Unreviewed	1	0	0	0	0	0
