mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 22:07:17 +00:00
Add new logger to PipeIO
This commit is contained in:
parent
dc42e0f4d0
commit
323300a676
@ -5,6 +5,7 @@ from tornado.ioloop import IOLoop
|
||||
|
||||
from tfw.event_handlers import EventHandlerBase
|
||||
from tfw.builtins import PipeIOEventHandler
|
||||
from tfw.config.log import TFWLog
|
||||
|
||||
from pipe_io_auxlib import (
|
||||
SignMessagePipeIOEventHandler, VerifyMessagePipeIOEventHandler,
|
||||
@ -13,7 +14,7 @@ from pipe_io_auxlib import (
|
||||
FSMPipeIOEventHandler
|
||||
)
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
Reference in New Issue
Block a user