Feature request - Redaction which can dynamically calculate paths
Author: richardwrightppCreated Jul 1, 2026Updated Jul 2, 2026
We often recombine types in quite nested structures. We would also like to label fields as something which should be redacted. Is there any way of generating the paths for the redaction?
eg something like? `interface Example { @redacted fieldToRedact: string }
Source: pinojs/pino