Skip to content

Commit 0ae0cfb

Browse files
committed
fixup: no reason in error, value and variant
Signed-off-by: Todd Baert <[email protected]>
1 parent ee92428 commit 0ae0cfb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: specification/appendix-a-included-utilities.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -367,12 +367,12 @@ Providers can contain metadata. The Multi-Provider will make that metadata avail
367367
368368
The logging hook is a hook which logs messages during the flag evaluation life-cycle as described below:
369369

370-
| Stage | Logged data |
371-
| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
372-
| before | `stage`, `domain`, `provider name`, `flag key`, `default value` and `evaluation context` (serialized, opt-in) |
373-
| after | `stage`, `domain`, `provider name`, `flag key`, `default value`, `evaluation context` (serialized, opt-in), `reason`, and `variant` (or stringified `value` if not available) |
374-
| error | `stage`, `domain`, `provider name`, `flag key`, `default value`, `evaluation context` (serialized, opt-in), `reason`, `error code`, and `error message` |
375-
| finally | N/A |
370+
| Stage | Logged data |
371+
| ------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
372+
| before | `stage`, `domain`, `provider name`, `flag key`, `default value` and `evaluation context` (serialized, opt-in) |
373+
| after | `stage`, `domain`, `provider name`, `flag key`, `default value`, `evaluation context` (serialized, opt-in), `reason`, `variant` and `value` |
374+
| error | `stage`, `domain`, `provider name`, `flag key`, `default value`, `evaluation context` (serialized, opt-in), `error code`, and `error message` |
375+
| finally | N/A |
376376

377377
> The evaluation context **SHOULD** only be logged if an associated option indicates so.
378378

0 commit comments

Comments
 (0)