aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-29 18:38:08 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-12-02 15:54:24 +0100
commit5b589e7dafef7897ac8df900ff4094d969ebe75d (patch)
tree151a0a574340dee7babd33d5f2170f8a82c16473 /sonar-server/pom.xml
parent1ccbf0b67e76b59522cfacb7075aff05e482a4d5 (diff)
downloadsonarqube-5b589e7dafef7897ac8df900ff4094d969ebe75d.tar.gz
sonarqube-5b589e7dafef7897ac8df900ff4094d969ebe75d.zip
SONAR-4756 Move log level configuration to sonar-server - WIP
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 7ce3393276f..20682bf8226 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -360,6 +360,7 @@
<sonar.runtime.mode>development</sonar.runtime.mode>
<sonar.es.http.host>127.0.0.1</sonar.es.http.host>
<sonar.es.http.port>9200</sonar.es.http.port>
+ <sonar.log.verbose>true</sonar.log.verbose>
<sonar.log.profilingLevel>FULL</sonar.log.profilingLevel>
</systemProperties>
</configuration>