From: Sébastien Lesaint Date: Wed, 16 Nov 2016 15:30:43 +0000 (+0100) Subject: SONAR-8337 add documentation for new properties in sonar.properties X-Git-Tag: 6.2-RC1~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=164318cf95b1113bad8ed7d90558256050626f58;p=sonarqube.git SONAR-8337 add documentation for new properties in sonar.properties --- diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 63406752b58..ae06cbb7fec 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -235,6 +235,12 @@ #sonar.log.level.web.sql=TRACE #sonar.log.level.ce.sql=TRACE +# Es client logs in the Web and CE processes can be individually controlled with their respective properties +# Supported values are INFO, DEBUG and TRACE +# Currently, there is Es client logs only at TRACE level +#sonar.log.level.web.es=TRACE +#sonar.log.level.ce.es=TRACE + # Path to log files. Can be absolute or relative to installation directory. # Default is /logs #sonar.path.logs=logs