aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-09 12:19:51 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-09 12:19:51 +0200
commit5d54bdb9dc5dd7001a25c71089fde93744711ed7 (patch)
treec1b3bcbb90507bbd331cc0024e4a0c77812ef7b9 /sonar-application/src
parentdb0f7557f165b95b3e3ae61affe4279f0541a673 (diff)
downloadsonarqube-5d54bdb9dc5dd7001a25c71089fde93744711ed7.tar.gz
sonarqube-5d54bdb9dc5dd7001a25c71089fde93744711ed7.zip
Improve the description of property sonar.log.level in sonar.properties
Diffstat (limited to 'sonar-application/src')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 19056fbc3aa..3e0d1508cbb 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -256,7 +256,7 @@
#--------------------------------------------------------------------------------------------------
# LOGGING
-# Level of logs. Supported values are INFO, DEBUG and TRACE
+# Level of logs. Supported values are INFO(default), DEBUG and TRACE (DEBUG + SQL + ES requests)
#sonar.log.level=INFO
# Path to log files. Can be absolute or relative to installation directory.