Skip to content

Commit 41da951

Browse files
authored
Stabilize Logger.Enabled (#4463)
1 parent b7b567d commit 41da951

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ release.
2020

2121
- Add `Enabled` opt-in operation to the `LogRecordProcessor`.
2222
([#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))
2325

2426
### Baggage
2527

specification/logs/api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ across signals.
134134

135135
### Enabled
136136

137-
**Status**: [Development](../document-status.md)
138-
139137
To help users avoid performing computationally expensive operations when
140138
generating a `LogRecord`, a `Logger` SHOULD provide this `Enabled` API.
141139

0 commit comments

Comments
 (0)