
    -j                     L   d Z ddlZ ej        d          Ze                    ej                    ej        d          Ze                    ej                    ej                    Z ej	        d          Z
e                    e
           e                    e           dS )a  Logger configuration for Langfuse OpenTelemetry integration.

This module initializes and configures loggers used by the Langfuse OpenTelemetry integration.
It sets up the main 'langfuse' logger and configures the httpx logger to reduce noise.

Log levels used throughout Langfuse:
- DEBUG: Detailed tracing information useful for development and diagnostics
- INFO: Normal operational information confirming expected behavior
- WARNING: Indication of potential issues that don't prevent operation
- ERROR: Errors that prevent specific operations but allow continued execution
- CRITICAL: Critical errors that may prevent further operation
    Nlangfusehttpxz4%(asctime)s - %(name)s - %(levelname)s - %(message)s)__doc__logging	getLoggerlangfuse_loggersetLevelWARNINGhttpx_loggerStreamHandlerconsole_handler	Formatter	formattersetFormatter
addHandler     c/lsinfo/ai/hellotax_ai/training_center/backend/venv/lib/python3.11/site-packages/langfuse/logger.py<module>r      s      $'#J//    ) ) ) !w ))   go & & & (''))GTUU	   Y ' ' '    ( ( ( ( (r   