Serilog.Enrichers.Sensitive
Serilog.Enrichers.Sensitive copied to clipboard
Masking with wildcard support
Hi,
First of all thank you for a great redaction enricher to Serilog.
Is it possible to add support for Wildcard MaskProperties?
Like setting
options.MaskProperties.Add("*Address*");
will cover IPAddress, Co-Address, HomeAddress, AddressToSecretPerson etc..
BR