Merge pull request #166 from tiqi-group/fix/logging_settings

fix: removes basic configuration of logging system in task module
This commit is contained in:
Mose Müller 2024-09-25 19:50:10 +02:00 committed by GitHub
commit 77802da417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,6 @@ import pydase.data_service.data_service
from pydase.task.task_status import TaskStatus
from pydase.utils.helpers import current_event_loop_exists
logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger(__name__)
R = TypeVar("R")