aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-11-16 16:28:56 +0100
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-11-16 18:46:51 +0100
commitc7d276b4803f4767fb858b8394205b639294c697 (patch)
tree45f7afe537a83c2ca4e14ffa224e2eb4eefb4ecf
parentd28bd659fda693609a26d3598eebeac8c5deef6d (diff)
downloadsonarqube-c7d276b4803f4767fb858b8394205b639294c697.tar.gz
sonarqube-c7d276b4803f4767fb858b8394205b639294c697.zip
SONAR-8336 add documentation for new properties in sonar.properties
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 600a357ed23..63406752b58 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -229,6 +229,12 @@
#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 is Sql logs only at TRACE level
+#sonar.log.level.web.sql=TRACE
+#sonar.log.level.ce.sql=TRACE
+
# Path to log files. Can be absolute or relative to installation directory.
# Default is <installation home>/logs
#sonar.path.logs=logs
@@ -262,7 +268,6 @@
# Default value is:
#sonar.web.accessLogs.pattern=combined
-
#--------------------------------------------------------------------------------------------------
# AUTHENTICATION