diff options
-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 |