Hi, we’re evaluating SonarQube 7.9.1 CE (for the time-being). One of our requirements is audit logging (roughly who did what and when). Out of the box, I am seeing no such audit logging capability. For the most simple example, I can login to the web UI and there is nothing in the logs matching my username (jblaine).
There are some good insights in this suggestion thread:
Notably, sonar.web.accessLogs.pattern in your sonar.properties (make sure to check-out reqAttribute{LOGIN} , mentioned in the comment of that property).
I know it’s a very late response, but if someone reading this thread is having the same issue of @Arlington1985 try to log out and log in again after having restarted the SonarQube server.