aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorStephane Gamard <stephane.gamard@searchbox.com>2014-07-01 16:06:22 +0200
committerStephane Gamard <stephane.gamard@searchbox.com>2014-07-01 16:50:32 +0200
commit3f79488e2b6476d304c362c7e5b1155e5d76f35f (patch)
tree683de9b00bc1f3aabdbe89af434262028fb1d36d /sonar-server/pom.xml
parentd223c5ded79b36396ad2b4b16dbbe1dd2dc24cd1 (diff)
downloadsonarqube-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.xml2
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>