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

@ -6,7 +6,7 @@
@date 13.02.2021
"""
from tmtccmd.utility.logger import get_console_logger
from tmtccmd.logging import get_console_logger
LOGGER = get_console_logger()