moved logger

This commit is contained in:
Robin Mueller
2022-04-05 00:51:52 +02:00
parent 923929ca55
commit c94e3bd085
19 changed files with 19 additions and 19 deletions

View File

@ -1,7 +1,7 @@
import os.path
from config.object_ids import get_object_ids
from tmtccmd.utility.logger import get_console_logger
from tmtccmd.logging import get_console_logger
from tmtccmd.utility.fsfw import parse_fsfw_events_csv, EventDictT, EventInfo
LOGGER = get_console_logger()