Sonar has stopped logging messages

A few days ago I installed the unofficial sonar-swift plugin .

After restarting Sonar, the logs caused an incompatibility problem for the plugin (my SonarQube is deprecated, version 5.4).

I removed the plugin from the location: $ SONARQUBE_HOME / extension / plugin.

Since then, the application starts up normally, but Sonar has stopped logging messages (recent log messages from a few days ago).

Can anyone guess what could happen? How to fix it?

+4
source share
1 answer

$SONARQUBE_HOME/conf/sonar.properties . , . , .

https://docs.sonarqube.org/display/SONAR/Server+Log+Management

+1

Source: https://habr.com/ru/post/1686367/


All Articles