Commit d0c4249e authored by Jesse Noller's avatar Jesse Noller

Fix mp example, remove fix_logger call

parent 4523968b
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment