On Thu, 2011-06-09 at 15:42 -0700, Jongki Suwandi wrote: > Make sure handlers are closed.
Applied, thanks! http://autotest.kernel.org/changeset/5419 > Signed-off-by: Jongki Suwandi <[email protected]> > > --- autotest/client/common_lib/logging_config.py 2009-10-01 > 15:57:35.000000000 -0700 > +++ autotest/client/common_lib/logging_config.py 2011-06-09 > 00:29:23.000000000 -0700 > @@ -94,6 +94,7 @@ > def _clear_all_handlers(self): > for handler in list(self.logger.handlers): > self.logger.removeHandler(handler) > + handler.close() > > > def configure_logging(self, use_console=True, verbose=False): > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
