Open Baschdl opened 4 years ago
Not directly trough Django but doesn't nginx log the IP address in the access.log and error.log by default? So if we haven't turned this off we are still saving the IP address (or an anoymized part of it) from each request, but not specifically per user.
Thinking about it a bit more I think the IP address might also be logged when an error occurs in Django and is written to the log file.
Im Access-Log entfernen, error log behalten
Where do we save the IP?
Originally posted by @Baschdl in https://github.com/match4everyone/match4healthcare/pull/441