diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-01 16:06:22 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-01 16:50:32 +0200 |
commit | 3f79488e2b6476d304c362c7e5b1155e5d76f35f (patch) | |
tree | 683de9b00bc1f3aabdbe89af434262028fb1d36d /sonar-server/pom.xml | |
parent | d223c5ded79b36396ad2b4b16dbbe1dd2dc24cd1 (diff) | |
download | sonarqube-3f79488e2b6476d304c362c7e5b1155e5d76f35f.tar.gz sonarqube-3f79488e2b6476d304c362c7e5b1155e5d76f35f.zip |
fix quality flaw (rule.getLanguage() can be null)
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index f42a71c7e4d..4c72cc20ea6 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -455,7 +455,7 @@ <sonar.es.http.host>127.0.0.1</sonar.es.http.host> <sonar.es.http.port>9200</sonar.es.http.port> <sonar.log.console>true</sonar.log.console> - <sonar.log.profilingLevel>FULL</sonar.log.profilingLevel> + <sonar.log.profilingLevel>BASIC</sonar.log.profilingLevel> <sonar.web.context>/dev</sonar.web.context> </systemProperties> </configuration> |