[docs] [issue35821] Clarify when logging events are propagated when propagate is true

Chris Jerdonek report at bugs.python.org
Fri Jan 25 01:58:49 EST 2019


Chris Jerdonek <chris.jerdonek at gmail.com> added the comment:

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."

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35821>
_______________________________________


More information about the docs mailing list