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 vinay.sajip
Recipients nikratio, vinay.sajip
Date 2010-08-19.19:18:40
SpamBayes Score 6.477222e-05
Marked as misclassified No
Message-id <1282245523.06.0.752676762769.issue9606@psf.upfronthosting.co.za>
In-reply-to
Content
The following paragraph has been added to the documentation for Filter objects in py3k and release27-maint branches (r84212):

"Note that filters attached to handlers are consulted whenever an event is emitted by the handler, whereas filters attached to loggers are consulted whenever an event is logged to the handler (using debug(), info(), etc.) This means that events which have been generated by descendant loggers will not be filtered by a logger's filter setting, unless the filter has also been applied to those descendant loggers."
History
Date User Action Args
2010-08-19 19:18:43vinay.sajipsetrecipients: + vinay.sajip, nikratio
2010-08-19 19:18:43vinay.sajipsetmessageid: <1282245523.06.0.752676762769.issue9606@psf.upfronthosting.co.za>
2010-08-19 19:18:41vinay.sajiplinkissue9606 messages
2010-08-19 19:18:41vinay.sajipcreate