Skip to content

Commit

Permalink
Update sdk.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Jan 22, 2025
1 parent aff4adf commit d01279e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/logs/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ It consists of the following parameters:

`Enabled` MUST return `false` when:

- `Logger` is disabled (`LoggerConfig.disabled` is `true`).
- There is none registered [`LogRecordProcessor`](#logrecordprocessor),
- `Logger` is disabled ([`LoggerConfig.disabled`](#loggerconfig) is `true`).

Otherwise, it SHOULD return `true`.
It MAY return `false` to support additional experimental features.
Expand Down

0 comments on commit d01279e

Please sign in to comment.