serilog-web / classic

Serilog web request logging and enrichment for classic ASP.NET applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configurable Form Values to Filter

mattgwagner opened this issue · comments

Right now, fields with the key "password" are filtered out of the log properties by default.

It would be nice if this was configurable, in case we wanted to add things like SSN's or Credit Card Number fields from our forms.

Closed via #13

Awesome, thanks for the quick review and merge!

I saw you had AppVeyor configured for the project, but wasn't producing a build on merge for this. Out of my own selfish interest, when do you usually produce a build and NuGet package for this? Not planning on using it until Monday anyway, but figured I'd follow up.

Looks like the AppVeyor pipeline is stuck somehow, it'd normally fire on any commit to master as you expected. Investigating now. Thanks!