sethtomy

Results 1 issues of sethtomy

I currently am using pino-http to map to an ECS format. When doing so though my redactions are not taking place. ```typescript redact: { paths: ['http.request.headers.authorization'], censor: '***REDACTED***', }, customAttributeKeys:...