diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-11-17 09:41:34 +0100 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-11-17 17:59:44 +0100 |
commit | a5529e19ea78101fc0a9f9791def31ef75b40f2d (patch) | |
tree | 50808ac4ec75ca1e79ec394b845eb304ecf3a3a4 | |
parent | 55fefdf810b8326b803ad8b7ce4f0c047fc57ef1 (diff) | |
download | sonarqube-a5529e19ea78101fc0a9f9791def31ef75b40f2d.tar.gz sonarqube-a5529e19ea78101fc0a9f9791def31ef75b40f2d.zip |
SONAR-8338 SONAR-8337 SONAR-8336 remove doc from sonar.properties
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index f73564e85f0..a1f0194ba0e 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -260,23 +260,6 @@ #sonar.log.level.ce=INFO #sonar.log.level.es=INFO -# Sql logs in the Web and CE processes can be individually controlled with their respective properties -# Supported values are INFO, DEBUG and TRACE -# Currently, there are Sql logs only at TRACE level -#sonar.log.level.web.sql=TRACE -#sonar.log.level.ce.sql=TRACE - -# Elasticsearch 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 are Es client logs only at TRACE level -#sonar.log.level.web.es=TRACE -#sonar.log.level.ce.es=TRACE - -# JMX related logs in the Web and CE processes can be individually controlled with their respective properties -# Supported values are INFO, DEBUG and TRACE -#sonar.log.level.web.jmx=TRACE -#sonar.log.level.ce.jmx=TRACE - # Path to log files. Can be absolute or relative to installation directory. # Default is <installation home>/logs #sonar.path.logs=logs |