Skip to content

Commit bcfc20c

Browse files
committed
improve changelog entry
1 parent 0b84028 commit bcfc20c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Overwrite logging.config.fileConfig and logging.config.dictConfig to ensure
1313
the OTLP `LogHandler` remains attached to the root logger. Fix a bug that
1414
can cause a deadlock to occur over `logging._lock` in some cases ([#4636](https://github.com/open-telemetry/opentelemetry-python/pull/4636)).
15-
- Filter duplicate logs emitted from the OTLP exporters to avoid endlessly logging when the OTLP logger itself
16-
is failing to export logs.
15+
- Filter duplicate logs out of some internal `logger`'s logs on the export logs path that might otherwise endlessly log or cause a recursion depth exceeded issue in cases where logging itself results in an exception.
1716
([#4695](https://github.com/open-telemetry/opentelemetry-python/pull/4695)).
1817

1918
- Update OTLP gRPC/HTTP exporters: calling shutdown will now interrupt exporters that are sleeping

0 commit comments

Comments
 (0)