Closed emanuelb closed 7 years ago
It's not really needed, it's coming from standard CakePHP logging.
I've removed it from the issues. On the other side, there are many logs on the web server which will store the IP address, so I don't think this is worth addressing besides taking care of not disclosing them when creating issues on GitHub.
The webserver IP storage in logs can be addressed also by general solutions to IP logging:
taking care of not disclosing them when creating issues on GitHub.
it's better to come up with solution that doesn't rely on taking care, such as disabling output of Client-IP in CakePHP traces.
I've removed it from the issues.
:+1: here the last remaining issues that contain ClientIP to remove:
https://github.com/phpmyadmin/error-reporting-server/issues/135 https://github.com/phpmyadmin/error-reporting-server/issues/136 https://github.com/phpmyadmin/error-reporting-server/issues/137 https://github.com/phpmyadmin/error-reporting-server/issues/138 https://github.com/phpmyadmin/error-reporting-server/issues/140
non stacktrace error: https://github.com/phpmyadmin/error-reporting-server/issues/72
The following issues that has stack-traces contain 'Client IP' field https://github.com/phpmyadmin/error-reporting-server/issues/157 https://github.com/phpmyadmin/error-reporting-server/issues/142 https://github.com/phpmyadmin/error-reporting-server/issues/141 https://github.com/phpmyadmin/error-reporting-server/issues/134 https://github.com/phpmyadmin/error-reporting-server/issues/150
fix: