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 chris.jerdonek
Recipients chris.jerdonek, docs@python, vinay.sajip, xtreak
Date 2019-01-25.06:58:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548399525.45.0.682804342841.issue35821@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the diagram. How about the following as a replacement?

"If this attribute is true and the event isn't rejected by the logger's level and filters, an event passed to this logger will recursively be passed to its parent logger and handled by the parent logger's handlers (after being handled by the original logger's handlers). The logger level and filters only come into play for the very first logger in this chain. For subsequent loggers, only the propagate attribute determines whether the event is passed to the parent."
History
Date User Action Args
2019-01-25 06:58:47chris.jerdoneksetrecipients: + chris.jerdonek, vinay.sajip, docs@python, xtreak
2019-01-25 06:58:45chris.jerdoneksetmessageid: <1548399525.45.0.682804342841.issue35821@roundup.psfhosted.org>
2019-01-25 06:58:45chris.jerdoneklinkissue35821 messages
2019-01-25 06:58:45chris.jerdonekcreate