Server logs and system info
get the server logs and the system info json via https://yoursonarhost/admin/system
you should set the loglevel to DEBUG to get more details - this will work without restart, simply change during operation
alternatively or if you need also older logs (log file rotation) get them from file system
$SONARQUBE_HOME/logs
Scanner logs
get the analysis logs from the machine where the build including the Sonarqube scan runs.
Typically this is a Jenkins node or similar.
Use the -X parameter to increase the scanner loglevel to DEBUG to get all details,
also for Maven => mvn -X sonar:sonar ...
Don’t understand what is meant by ‘Check Configuration button’ !?