mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
- replaced loguru to structlog, to get ability of having open tracing later - moved configuration to pydantic-settings - merged both secrets.ini and config.ini to .env (check reflector/settings.py)
4 lines
50 B
Python
4 lines
50 B
Python
import structlog
|
|
|
|
logger = structlog.get_logger()
|