Configure loggging in pipe_io_main(), too

This commit is contained in:
R. Richard 2019-06-11 11:32:46 +02:00
parent 8b04bc0477
commit 6b14cd0cae
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import logging
from signal import signal, SIGTERM, SIGINT
from tornado.ioloop import IOLoop
@ -5,6 +6,8 @@ from tornado.ioloop import IOLoop
from tfw.event_handlers import EventHandlerBase
from tfw.components import PipeIOEventHandler
logging.basicConfig(level=logging.DEBUG)
if __name__ == '__main__':
pipe_io = PipeIOEventHandler(