From a5529e19ea78101fc0a9f9791def31ef75b40f2d Mon Sep 17 00:00:00 2001 From: Sébastien Lesaint Date: Thu, 17 Nov 2016 09:41:34 +0100 Subject: SONAR-8338 SONAR-8337 SONAR-8336 remove doc from sonar.properties --- .../src/main/assembly/conf/sonar.properties | 17 ----------------- 1 file changed, 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 /logs #sonar.path.logs=logs -- cgit v1.2.3