Skip to content

fix: update httpcore logger name to httpcore2#51

Open
kjvbrt wants to merge 1 commit into
DIRACGrid:masterfrom
kjvbrt:fix/httpcore2-logger
Open

fix: update httpcore logger name to httpcore2#51
kjvbrt wants to merge 1 commit into
DIRACGrid:masterfrom
kjvbrt:fix/httpcore2-logger

Conversation

@kjvbrt

@kjvbrt kjvbrt commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • httpx2 depends on httpcore2, not httpcore; its transport loggers are namespaced under httpcore2 (e.g. httpcore2.connection, httpcore2.http11)
  • Update the caplog.set_level(..., logger="httpcore") calls left over from fix!: migrate from httpx to httpx2 #48 to "httpcore2"

Closes #50

httpx2 depends on httpcore2, not httpcore, so its internal loggers
are namespaced under "httpcore2" (e.g. httpcore2.connection).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Logging with httpcore or httpcore2 logger name?

1 participant