diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-18 12:13:34 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-19 12:08:25 +0100 |
commit | d5a8ab383c56026165e995d62fbbeb0bed790d53 (patch) | |
tree | 81085987cadbaca5d1ed3bba4fe8a62e6fdf5ab0 /server/sonar-process-monitor/src | |
parent | 6adb553ddc2711cb88632be9bd96b4e91c51082e (diff) | |
download | sonarqube-d5a8ab383c56026165e995d62fbbeb0bed790d53.tar.gz sonarqube-d5a8ab383c56026165e995d62fbbeb0bed790d53.zip |
SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.level
Diffstat (limited to 'server/sonar-process-monitor/src')
-rw-r--r-- | server/sonar-process-monitor/src/test/resources/org/sonar/process/ProcessTest/sonar.properties | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/server/sonar-process-monitor/src/test/resources/org/sonar/process/ProcessTest/sonar.properties b/server/sonar-process-monitor/src/test/resources/org/sonar/process/ProcessTest/sonar.properties index 1577a214b3b..4d323dabfef 100644 --- a/server/sonar-process-monitor/src/test/resources/org/sonar/process/ProcessTest/sonar.properties +++ b/server/sonar-process-monitor/src/test/resources/org/sonar/process/ProcessTest/sonar.properties @@ -198,11 +198,6 @@ sonar.jdbc.timeBetweenEvictionRunsMillis=30000 #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 - #-------------------------------------------------------------------------------------------------- # DEVELOPMENT MODE |