opentelemetry-dotnet/docs/logs/redaction/README.md

273 B

Redaction

This example shows how to redact sensitive information from Logs. In this example, we attach a custom Processor called MyRedactionProcessor which is responsible for replacing any instance of the word "<secret>" with the value "newRedactedValueHere".