File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,3 @@ cargo run --features="spec_unstable_logs_enabled"
1515Notice:
16161 . only the error log is enriched with the ` enriched: true ` attribute
17172 . the enrichment process only happens for the error log, without unnecessary work
18-
19- ## Extra credit
20-
21- Tweak the ` EnrichmentProcessor ` by removing the implementation of ` event_enabled ` .
22- The default implementation always accepts the event from the wrapped processor, even
23- when it's set up to ignore a specific event. As a consequence, the enrichment
24- processor will act on every log record, regardless of whether they are ultimately
25- ignored. As a consequence, the filtering happening upstream will not be respected,
26- causing info logs being enriched (with the resulting unnecessary work).
You can’t perform that action at this time.
0 commit comments