mirror of https://github.com/python/cpython.git
Fix mp example, remove fix_logger call
This commit is contained in:
parent
4523968b6a
commit
d0c4249efd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue