I'm trying to track requests (that may contain sensitive data) to service.
Based on the GDPR, I am trying to analyze all the options for storing sensitive data. There is a lot of data. Previously, this data was logged to a file. But now it’s not possible. So far, the working option is to store it in the database (we use relational).
What are the potentioal drawbacks of this solution. Has anyone used any other approaches?
Thanks a lot.