Reputation: 2017
A few days ago I installed an unofficial plugin sonar-swift.
After restarting Sonar, the logs have thrown an incompatibility issue for the plugin (my SonarQube is old, version 5.4).
I deleted the plugin from the location: $SONARQUBE_HOME/extensions/plugin.
Since then, the application starts normally, but Sonar has stopped logging messages (the last log messages are from a few days ago).
Can anyone guess what could have happened? How to fix it?
Upvotes: 4
Views: 2451
Reputation: 2356
Check the $SONARQUBE_HOME/conf/sonar.properties file for log configuration. Perhaps the max number of files has been reached. Also might want to check that the logging directory wasn't changed by the plugin and that it has proper permissions.
https://docs.sonarqube.org/display/SONAR/Server+Log+Management
Upvotes: 1