diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-11-29 17:19:29 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-12-02 15:54:24 +0100 |
commit | 1ccbf0b67e76b59522cfacb7075aff05e482a4d5 (patch) | |
tree | cc3195364a9692ba3b2c61f85a53bf6299d32d24 /sonar-server/pom.xml | |
parent | ffa504f9c49e0dc6b3d598a14ceecb1d5080d2ec (diff) | |
download | sonarqube-1ccbf0b67e76b59522cfacb7075aff05e482a4d5.tar.gz sonarqube-1ccbf0b67e76b59522cfacb7075aff05e482a4d5.zip |
SONAR-4756 Enable FULL profiling in sonar-server dev mode
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 1ac6dd9d482..7ce3393276f 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.profilingLevel>FULL</sonar.log.profilingLevel> </systemProperties> </configuration> </plugin> |