Commit ecd39e4f authored by David Wilson's avatar David Wilson

add missing IOLOG, fixes _iter_read/SshTest.

parent 416ab90e
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment