mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-06-15 00:07:13 +02:00
updating logging module
- type hint - comments - unused imports
This commit is contained in:
@ -4,6 +4,9 @@ from enum import Enum
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
# TODO: we are not using all possible severity levels from loguru here (see
|
||||
# https://loguru.readthedocs.io/en/stable/api/logger.html). Either add them to this enum
|
||||
# or prevent people from using the other severity levels or tell them not to use them.
|
||||
class LogBroadcastMessageLevel(Enum):
|
||||
# low level messages that help tracking down issues
|
||||
DEBUG = "DEBUG"
|
||||
|
Reference in New Issue
Block a user