]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4756 Document profiling level property in config file
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 12 Dec 2013 11:16:30 +0000 (12:16 +0100)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 12 Dec 2013 11:16:30 +0000 (12:16 +0100)
sonar-application/src/main/assembly/conf/sonar.properties

index 569a4f010170eecabde9a064eee555eabe31b66d..5360519f93afd00bd42288c8bc086441f217e439 100644 (file)
@@ -181,3 +181,10 @@ sonar.jdbc.timeBetweenEvictionRunsMillis=30000
 
 # Delay (in seconds) between processing of notification queue
 sonar.notifications.delay=60
+
+#--------------------------------------------------------------------------------------------------
+# PROFILING
+# Level of information displayed in the logs: NONE (default), BASIC (functional information) and FULL (functional and technical details)
+#sonar.log.profilingLevel=NONE
+
+