refactoring

This commit is contained in:
Lars Noack
2022-12-01 13:15:30 +01:00
parent 67e1aa8a3c
commit 13e026d1e5
11 changed files with 159 additions and 107 deletions

View File

@@ -27,6 +27,7 @@ logging.basicConfig(
]
)
SONG_LOGGER = logging.getLogger("song-obj")
SEARCH_LOGGER = logging.getLogger("mb-cli")
INIT_PATH_LOGGER = logging.getLogger("init_path")
DATABASE_LOGGER = logging.getLogger("database")