Skip to content

opentelemetry-sdk: depcreate logging handler#4919

Draft
xrmx wants to merge 4 commits intoopen-telemetry:mainfrom
xrmx:rework-logging-handler
Draft

opentelemetry-sdk: depcreate logging handler#4919
xrmx wants to merge 4 commits intoopen-telemetry:mainfrom
xrmx:rework-logging-handler

Conversation

@xrmx
Copy link
Contributor

@xrmx xrmx commented Feb 17, 2026

Description

Deprecate using the SDK logging handler, suggest to use opentelemetry-instrumentation-logging instead

Refs #4330

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A

Does This PR Require a Contrib Repo Change?

  • Yes. - Link to PR:
  • No.

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

Move config handling to opentelemetry-instrumentation and the handler to
opentelemetry-instrumentation-logging
@xrmx
Copy link
Contributor Author

xrmx commented Feb 19, 2026

Tests are failing because I'm using warnings.deprecated that is not available in older Python versions.

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.

1 participant

Comments