Skip to content

Commit ccb4d12

Browse files
1 parent 35b175c commit ccb4d12

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ release.
1818

1919
### Logs
2020

21+
- Stabilize `Event Name` parameter of `Logger.Enabled`.
22+
([#4534](https://github.com/open-telemetry/opentelemetry-specification/pull/4534))
23+
2124
### Baggage
2225

2326
### Profiles

specification/logs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The API SHOULD accept the following parameters:
143143
if unspecified then MUST use current Context.
144144
When only explicit Context is supported, accepting this parameter is REQUIRED.
145145
- [Severity Number](./data-model.md#field-severitynumber) (optional)
146-
- **Status**: [Development](../document-status.md) - [Event Name](./data-model.md#field-eventname) (optional)
146+
- [Event Name](./data-model.md#field-eventname) (optional)
147147

148148
This API MUST return a language idiomatic boolean type. A returned value of
149149
`true` means the `Logger` is enabled for the provided arguments, and a returned

0 commit comments

Comments
 (0)