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

@ -36,7 +36,7 @@ try:
add_ccsds_handler,
)
from tmtccmd.ccsds.handler import CcsdsTmHandler
from tmtccmd.utility.logger import TMTC_LOGGER_NAME
from tmtccmd.logging import TMTC_LOGGER_NAME
except ImportError as error:
run_tmtc_commander = None
initialize_tmtc_commander = None