mp docs - fix issues 4012,3518,4193

This commit is contained in:
Jesse Noller 2008-11-28 18:22:54 +00:00
parent aa67471227
commit a280fd72e7
2 changed files with 107 additions and 20 deletions

View file

@ -37,7 +37,6 @@ def get_logger():
_logger = logging.getLogger('distributing')
_logger.propogate = 0
util.fix_up_logger(_logger)
_formatter = logging.Formatter(util.DEFAULT_LOGGING_FORMAT)
_handler = logging.StreamHandler()
_handler.setFormatter(_formatter)