summaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-02-17 14:53:25 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-02-19 12:02:11 +0100
commit6adb553ddc2711cb88632be9bd96b4e91c51082e (patch)
treeac6c1d4fb0ed1d465b1764f01bec593e487a7094 /sonar-application
parent97fad28fd91b49710bd39217ad7f3929e0c2661e (diff)
downloadsonarqube-6adb553ddc2711cb88632be9bd96b4e91c51082e.tar.gz
sonarqube-6adb553ddc2711cb88632be9bd96b4e91c51082e.zip
SONAR-5700 ability to change level of loggers of 3rd-party libraries
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties9
1 files changed, 4 insertions, 5 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index ed1499555a9..e953a9d5546 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -245,10 +245,7 @@
#--------------------------------------------------------------------------------------------------
# LOGGING
-# Level of information displayed in the logs: NONE (default), BASIC (functional information)
-# and FULL (functional and technical details)
-#sonar.log.profilingLevel=NONE
-
+# Enable debug logs in file sonar.log.
#sonar.log.debug=false
# Path to log files. Can be absolute or relative to installation directory.
@@ -262,7 +259,9 @@
# - disabled if value is "none". That needs logs to be managed by an external system like logrotate.
#sonar.log.rollingPolicy=time:yyyy-MM-dd
-# Maximum number of files to keep if a rolling policy is enabled
+# Maximum number of files to keep if a rolling policy is enabled.
+# - maximum value is 20 on size rolling policy
+# - unlimited on time rolling policy. Set to zero to disable old file purging.
#sonar.log.maxFiles=7
# Access log is the list of all the HTTP requests received by server. If enabled, it is stored