Log forwarded events just as the docs suggest they're logged.

This commit is contained in:
David Wilson 2017-09-17 18:35:52 +05:30
parent 025954af32
commit 53467d394d
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ import mitogen.core
LOG = logging.getLogger('mitogen')
IOLOG = logging.getLogger('mitogen.io')
RLOG = logging.getLogger('ctx')
RLOG = logging.getLogger('mitogen.ctx')
DOCSTRING_RE = re.compile(r'""".+?"""', re.M | re.S)
COMMENT_RE = re.compile(r'^[ ]*#[^\n]*$', re.M)