freeleaps-service-hub/apps/devops/app/providers/logger.py
2025-05-18 22:23:44 -07:00

8 lines
256 B
Python

from app.common.log.base_logger import LoggerBase
def register_logger():
print("📢 Setting up logging interception...")
LoggerBase.configure_uvicorn_logging()
print("✅ Logging interception complete. Logs are formatted and deduplicated!")