APP logger should be root logger
All checks were successful
EIVE/-/pipeline/head This commit looks good

This commit is contained in:
2023-06-28 13:10:10 +02:00
parent ddc80071e0
commit 9c5d6a15db
3 changed files with 5 additions and 2 deletions

View File

@ -11,4 +11,4 @@ VERSION_REVISION = 0
EIVE_TMTC_ROOT = Path(__file__).parent
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent
APP_LOGGER = logging.getLogger(__name__)
APP_LOGGER = logging.getLogger()