Skip to content

Commit 6c9d231

Browse files
committed
Add changelog
1 parent e313860 commit 6c9d231

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- Overwrite logging.config.fileConfig and logging.config.dictConfig to ensure
11+
the OTLP `LogHandler` remains attached to the root logger. Fix a bug that
12+
can cause a deadlock to occur over `logging._lock` in some cases ([#4636](https://github.com/open-telemetry/opentelemetry-python/pull/4636)).
1013
- Update OTLP proto to v1.7 [#4645](https://github.com/open-telemetry/opentelemetry-python/pull/4645).
1114
- Add `event_name` as a top level field in the `LogRecord`. Events are now simply logs with the
1215
`event_name` field set, the logs SDK should be used to emit events ([#4652](https://github.com/open-telemetry/opentelemetry-python/pull/4652)).

0 commit comments

Comments
 (0)