Skip to content

Commit e641e75

Browse files
committed
changelog
1 parent 0d64696 commit e641e75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
([#4094](https://github.com/open-telemetry/opentelemetry-python/pull/4094))
1818
- Implement events sdk
1919
([#4176](https://github.com/open-telemetry/opentelemetry-python/pull/4176))
20+
- Enable configuration of logging format and level in auto-instrumentation
21+
([#4203](https://github.com/open-telemetry/opentelemetry-python/pull/4203))
2022

2123
## Version 1.27.0/0.48b0 (2024-08-28)
2224

opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ def _initialize_components(
381381
id_generator: IdGenerator = None,
382382
logging_enabled: Optional[bool] = None,
383383
):
384-
print("_initialize_components")
385384
if trace_exporter_names is None:
386385
trace_exporter_names = []
387386
if metric_exporter_names is None:

0 commit comments

Comments
 (0)