freeleaps-service-hub/apps/helloworld/app/providers/logger.py

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!")