Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ release.

### Logs

- Stabilize SDK and No-Op `Logger.Enabled`.
([#4536](https://github.com/open-telemetry/opentelemetry-specification/pull/4536))

### Baggage

### Resource
Expand Down
4 changes: 1 addition & 3 deletions specification/logs/noop.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: No-Op

# Logs API No-Op Implementation

**Status**: [Stable](../document-status.md), except where otherwise specified
**Status**: [Stable](../document-status.md)

<details>
<summary> Table of Contents </summary>
Expand Down Expand Up @@ -59,6 +59,4 @@ for [emitting LogRecords](./api.md#emit-a-logrecord).

### Enabled

**Status**: [Development](../document-status.md)

MUST always return `false`.
2 changes: 0 additions & 2 deletions specification/logs/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ the implementation SHOULD set it equal to the current time.

### Enabled

**Status**: [Development](../document-status.md)

`Enabled` MUST return `false` when:

- there are no registered [`LogRecordProcessors`](#logrecordprocessor),
Comment thread
pellared marked this conversation as resolved.
Expand Down
Loading