aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-22 16:24:19 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-22 16:25:20 +0100
commite227eb896d80afe714ff285812368507055aa637 (patch)
treecfcd453b4c7cf7324dd2f4e197580c5c396064f4 /sonar-application
parentcba2b2ca593959f2ffc6aca07e3eeabda5780cc5 (diff)
downloadsonarqube-e227eb896d80afe714ff285812368507055aa637.tar.gz
sonarqube-e227eb896d80afe714ff285812368507055aa637.zip
SONAR-4901 Add profiling logs around ES queries
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/logback.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/logback.xml b/sonar-application/src/main/assembly/conf/logback.xml
index e57c7650a42..6977e72e309 100644
--- a/sonar-application/src/main/assembly/conf/logback.xml
+++ b/sonar-application/src/main/assembly/conf/logback.xml
@@ -82,6 +82,12 @@
<logger name="org.elasticsearch.http">
<level value="INFO"/>
</logger>
+ <!-- ElasticSearch profiling information -->
+ <!--
+ <logger name="org.sonar.server.search">
+ <level value="DEBUG"/>
+ </logger>
+ -->
<!-- Export of dry run database -->
<!--