add missing IOLOG, fixes _iter_read/SshTest.

wip-fakessh-exit-status
David Wilson 7 years ago
parent 416ab90e02
commit ecd39e4f2a

@ -31,6 +31,7 @@ import mitogen.core
LOG = logging.getLogger('mitogen')
IOLOG = logging.getLogger('mitogen.io')
RLOG = logging.getLogger('mitogen.ctx')
DOCSTRING_RE = re.compile(r'""".+?"""', re.M | re.S)

Loading…
Cancel
Save