Details
Description
Logging HTTP requests is deactivated by default. Moreover it is ignored when sonar is deployed to a JEE server.
The following property must be uncommented in conf/sonar.properties :
sonar.web.jettyRequestLogs: ../../logs/jetty-yyyy_mm_dd.request.log
Logs include client IP address, date/time, HTTP status response and latency in ms :
88.182.181.181 - - [16/Jan/2010:15:05:28 +0000] "GET / HTTP/1.1" 200 307