Jesse Noller <[EMAIL PROTECTED]> added the comment:
FWIW: In order to boost the logging level within the test(s) do the
following:
Search for LOG_LEVEL, set it to:
LOG_LEVEL=util.SUBDEBUG
And then in the main() replace:
multiprocessing.get_logger().setLevel(LOG_LEVEL)
With:
multiprocessing.log_to_stderr(level=LOG_LEVEL)
_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3088>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com