File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 ) ).
You can’t perform that action at this time.
0 commit comments