From a22588c93f76746a2e7a973c6ade30349170353f Mon Sep 17 00:00:00 2001 From: Malthe Borch Date: Fri, 30 Aug 2013 14:04:41 +0200 Subject: Fixed issue with builtin filtering. The superclass (which ultimately inherits from 'Handler') checks against any registered filters, before allowing a logging record. Nose's logging capture plugin should do the same, because these filters are allowed to modify the record. And it can easily happen that the logging format requires this modification (e.g. add an attribute). --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index f024439..0d53f24 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ In Development +- The log capture plugin now correctly applies filters that were added + using `addFilter`. - Corrected a reference to the multiprocessing plugin in the documentation. Patch by Nick Loadholtes. - Fixed #447: doctests fail when getpackage() returns None -- cgit v1.2.1