We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2920836 commit 22fd4b2Copy full SHA for 22fd4b2
CHANGELOG.md
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
13
## Unreleased
14
15
+- `opentelemetry-sdk`: Honour `OTEL_LOG_LEVEL` environment variable to configure the SDK's internal diagnostic logger; accepted values: `debug`, `info`, `warn`, `warning`, `error`, `critical`; invalid values emit a warning and default to `info`
16
+ ([#1059](https://github.com/open-telemetry/opentelemetry-python/issues/1059))
17
- `opentelemetry-sdk`: Add `service` resource detector support to declarative file configuration via `detection_development.detectors[].service`
18
([#5003](https://github.com/open-telemetry/opentelemetry-python/pull/5003))
19
0 commit comments