We have a PHP application running on Apache and want to log all API requests (GET + parameters).
I have seen this post Best way to log POST data in Apache? where it says "the GET requests will be easy, because they will be in the apache log".
However, when I look in our logs, they are not there. What server log settings do I need to have to record GET requests + querystring? No mention of how to do this in https://httpd.apache.org/docs/2.4/logs.html