Log forwarded events just as the docs suggest they're logged.
This commit is contained in:
parent
025954af32
commit
53467d394d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue