mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
mp docs - fix issues 4012,3518,4193
This commit is contained in:
parent
aa67471227
commit
a280fd72e7
2 changed files with 107 additions and 20 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue