opentelemetry-dotnet/docs/logs/redaction
Piotr Kiełkowicz bd434cc9ae
[repo] Enable analysis globally (#6344)
2025-06-26 12:05:16 -07:00
..
MyRedactionProcessor.cs [docs] Nullable annotations (#5900) 2024-10-14 09:09:59 -07:00
Program.cs Log correlation/redaction doc improvements (#5262) 2024-01-26 13:45:25 -08:00
README.md Add a separate example project for Logs redaction (#3744) 2022-10-17 11:31:49 -07:00
redaction.csproj [repo] Enable analysis globally (#6344) 2025-06-26 12:05:16 -07:00

README.md

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".