We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b567d commit 41da951Copy full SHA for 41da951
CHANGELOG.md
@@ -20,6 +20,8 @@ release.
20
21
- Add `Enabled` opt-in operation to the `LogRecordProcessor`.
22
([#4439](https://github.com/open-telemetry/opentelemetry-specification/pull/4439))
23
+- Stabilize `Logger.Enabled`.
24
+ ([#4463](https://github.com/open-telemetry/opentelemetry-specification/pull/4463))
25
26
### Baggage
27
specification/logs/api.md
@@ -134,8 +134,6 @@ across signals.
134
135
### Enabled
136
137
-**Status**: [Development](../document-status.md)
138
-
139
To help users avoid performing computationally expensive operations when
140
generating a `LogRecord`, a `Logger` SHOULD provide this `Enabled` API.
141
0 commit comments