Where can I find the failure log in detailed version

I’m making an API call to update the status of the issue in sonarqube server. I’m facing some issues in this update call. Sometimes it is not getting reflected in server(Not more frequently). Is there any way to see the logs in server.

Thanks in advance

Hi,

you should see your api calls in $SONARQUBE_HOME/logs/access.log
The loglevel can be set to DEBUG during runtime - without having to change the
$SONARQUBE_HOME/conf/sonar.properties - via
https://<yoursonarhost>/admin/system

If using a reverse proxy, you should also check - e.g. with Apache httpd

/Logs/
  /Access
  /Error

Gilbert

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.