fix: remove add_logger_name from structlog — incompatible with PrintLoggerFactory
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
95fef1fe64
commit
2118187c76
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ def _configure_logging() -> None:
|
|||
shared_processors = [
|
||||
structlog.contextvars.merge_contextvars,
|
||||
structlog.stdlib.add_log_level,
|
||||
structlog.stdlib.add_logger_name,
|
||||
structlog.processors.TimeStamper(fmt="iso"),
|
||||
]
|
||||
if settings.LOG_FORMAT == "json":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue