Always use the data logger

This commit is contained in:
Oliver Hartmann 2021-03-20 14:57:40 +01:00
parent 990b001730
commit a321824fda

View File

@ -1,10 +1,7 @@
import time
import logging
from .data import Message
from . import gui
log = logging.getLogger(__name__)
logging.basicConfig(level=logging.DEBUG)
from .data import log
def read_log(logfile: str, app: gui.Gui) -> None: