]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4756 Enable FULL profiling in sonar-server dev mode
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 29 Nov 2013 16:19:29 +0000 (17:19 +0100)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 2 Dec 2013 14:54:24 +0000 (15:54 +0100)
sonar-server/pom.xml

index 1ac6dd9d4823a069f1e64846bf75e121b921f649..7ce3393276f56c2e9cd0575715a912efac3d6ce7 100644 (file)
                 <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.profilingLevel>FULL</sonar.log.profilingLevel>
               </systemProperties>
             </configuration>
           </plugin>