alexbeletsky / elmah-mvc

Painless integration of ELMAH into ASP.NET MVC application
http://nuget.org/packages/Elmah.MVC
Apache License 2.0
266 stars 61 forks source link

GDPR compliance using elmah #99

Open kanadmehta opened 6 years ago

kanadmehta commented 6 years ago

The GDPR Law I am a big fan of elmah and the logs help me serve clients better. I have a website which is used by my European client.

Along with exception elmah also logs information like:

  1. Logon User
  2. Cookie info
  3. User IP
  4. Remote Port
  5. Server Port

Is there a way not to log such sensitive information and comply with GDPR.