mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-02-19 01:28:51 +01:00
using std logging instead of loguru
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import logging
|
||||
from pathlib import Path
|
||||
from typing import Optional, TypeVar
|
||||
|
||||
from confz import BaseConfig, FileSource
|
||||
from loguru import logger
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
T = TypeVar("T", bound=BaseConfig)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user