diff options
Diffstat (limited to 'sonar-batch')
-rw-r--r-- | sonar-batch/src/main/resources/org/sonar/batch/logback.xml | 5 |
1 files changed, 0 insertions, 5 deletions
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 b05c4f38fa1..20df9b21d2c 100644 --- a/sonar-batch/src/main/resources/org/sonar/batch/logback.xml +++ b/sonar-batch/src/main/resources/org/sonar/batch/logback.xml @@ -11,11 +11,6 @@ </encoder> </appender> - <!-- 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> |