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.
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