diff options
Diffstat (limited to 'sonar-batch/src/main/resources')
-rw-r--r-- | sonar-batch/src/main/resources/org/sonar/batch/logback-base.xml | 33 | ||||
-rw-r--r-- | sonar-batch/src/main/resources/org/sonar/batch/logback.xml | 2 |
2 files changed, 0 insertions, 35 deletions
diff --git a/sonar-batch/src/main/resources/org/sonar/batch/logback-base.xml b/sonar-batch/src/main/resources/org/sonar/batch/logback-base.xml deleted file mode 100644 index 618c62a74d5..00000000000 --- a/sonar-batch/src/main/resources/org/sonar/batch/logback-base.xml +++ /dev/null @@ -1,33 +0,0 @@ -<included> - <logger name="org.hibernate"> - <level value="WARN"/> - </logger> - - <!-- set DEBUG to activate SQL logs. NOT RECOMMENDED --> - <logger name="org.hibernate.SQL"> - <level value="ERROR"/> - </logger> - - <!-- set INFO to activate SQL statistics. NOT RECOMMENDED --> - <logger name="org.sonar.DBSTATISTICS"> - <level value="ERROR"/> - </logger> - - <logger name="net.sf.ehcache"> - <level value="WARN"/> - </logger> - - <logger name="org.hibernate.cache.ReadWriteCache"> - <!-- removing "An item was expired by the cache while it was locked (increase your cache timeout)" msg --> - <level value="ERROR"/> - </logger> - <logger name="org.hibernate.cache.EhCacheProvider"> - <!-- removing "org.hibernate.cache.EhCacheProvider - Could not find configuratio)" message --> - <level value="ERROR"/> - </logger> - - <root> - <level value="${ROOT_LOGGER_LEVEL}"/> - <appender-ref ref="STDOUT"/> - </root> -</included>
\ No newline at end of file diff --git a/sonar-batch/src/main/resources/org/sonar/batch/logback.xml b/sonar-batch/src/main/resources/org/sonar/batch/logback.xml index 2e65d27a617..702b1381ce3 100644 --- a/sonar-batch/src/main/resources/org/sonar/batch/logback.xml +++ b/sonar-batch/src/main/resources/org/sonar/batch/logback.xml @@ -3,8 +3,6 @@ <!-- This file is directly loaded by Sonar Ant Task 1.1 and Sonar Runner 1.1. - Inclusion of logback-base.xml is not supported by these 2 versions, so loggers must - be duplicated. --> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> |