A production-ready enterprise skeleton for high-performance Python applications. Designed strictly under Clean Architecture (Ports & Adapters) and Domain-Driven Design (DDD) principles, this ...
def setup_logging(settings: Optional[LoggingSettings] = None) -> None: Configures structlog and routes standard logging through it. Uses the provided settings or the global default settings.