This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mfogel
Recipients docs@python, mfogel, vinay.sajip
Date 2011-11-23.01:17:31
SpamBayes Score 0.030639678
Marked as misclassified No
Message-id <1322011053.76.0.547589220073.issue13459@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, there's been a fair amount of confusion over the interaction between logger.propagate and the ancestor logger's handlers and level.

http://bugs.python.org/issue7535
http://bugs.python.org/issue8327
http://bugs.python.org/issue9606

I think most this confusion could be avoided if the documentation for logger.propagate were expanded to explain clearly what happens when propagate evaluates to True - right now it just explains clearly what happens when it evaluates to False.

Attached is a documentation patch that does this.

Thanks for your consideration!
History
Date User Action Args
2011-11-23 01:17:34mfogelsetrecipients: + mfogel, vinay.sajip, docs@python
2011-11-23 01:17:33mfogelsetmessageid: <1322011053.76.0.547589220073.issue13459@psf.upfronthosting.co.za>
2011-11-23 01:17:32mfogellinkissue13459 messages
2011-11-23 01:17:32mfogelcreate