feat: replace loguru with logging
This commit is contained in:
parent
cced09f1ac
commit
c6940db289
34 changed files with 138 additions and 245 deletions
|
@ -2,11 +2,11 @@ import shutil
|
|||
from pathlib import Path
|
||||
|
||||
import pytest
|
||||
from libretime_shared.logging import TRACE, setup_logger
|
||||
from libretime_shared.logging import setup_logger
|
||||
|
||||
from .fixtures import fixtures_path
|
||||
|
||||
setup_logger(TRACE)
|
||||
setup_logger("debug")
|
||||
|
||||
AUDIO_FILENAME = "s1-stereo-tagged.mp3"
|
||||
AUDIO_FILE = fixtures_path / AUDIO_FILENAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue