mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +00:00
Fix mp example, remove fix_logger call
This commit is contained in:
parent
4523968b6a
commit
d0c4249efd
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ def get_logger():
|
||||||
_logger = logging.getLogger('distributing')
|
_logger = logging.getLogger('distributing')
|
||||||
_logger.propogate = 0
|
_logger.propogate = 0
|
||||||
|
|
||||||
util.fix_up_logger(_logger)
|
|
||||||
_formatter = logging.Formatter(util.DEFAULT_LOGGING_FORMAT)
|
_formatter = logging.Formatter(util.DEFAULT_LOGGING_FORMAT)
|
||||||
_handler = logging.StreamHandler()
|
_handler = logging.StreamHandler()
|
||||||
_handler.setFormatter(_formatter)
|
_handler.setFormatter(_formatter)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue