Skip to content

Commit

Permalink
Python 3.12 compat.: LogRecord now has a taskName attribute (#3557)
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain authored Dec 7, 2023
1 parent 1625b35 commit 3dfe224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#3536](https://github.com/open-telemetry/opentelemetry-python/pull/3536))
- Fix OTLPExporterMixin shutdown timeout period
([#3524](https://github.com/open-telemetry/opentelemetry-python/pull/3524))
- Handle `taskName` `logrecord` attribute
([#3557](https://github.com/open-telemetry/opentelemetry-python/pull/3557))

## Version 1.21.0/0.42b0 (2023-11-01)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ def force_flush(self, timeout_millis: int = 30000) -> bool:
"stack_info",
"thread",
"threadName",
"taskName",
)
)

Expand Down

0 comments on commit 3dfe224

Please sign in to comment.