destructurama / attributed

Use attributes to control how complex types are logged to Serilog.
Apache License 2.0
263 stars 32 forks source link

readme: Fix 'LogMasked' example #31

Closed rmandvikar closed 3 years ago

rmandvikar commented 5 years ago

LogMasked example incorrectly shows

"123456789" masked to "*********"

which is incorrect. It should be

"***"

So fix it.

rmandvikar commented 5 years ago

PR addresses issue #32

SimonCropp commented 3 years ago

thanks