]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4898 remove some tomcat warning logs on shutdown
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 4 Aug 2014 09:15:03 +0000 (11:15 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 4 Aug 2014 09:15:03 +0000 (11:15 +0200)
server/sonar-server/src/main/resources/org/sonar/server/platform/logback.xml

index b95bf1cfe30b4c230a71fd3dd4533b8ff4ce0238..cb356f31488b52619c6b59b9d849e9dabbd37a78 100644 (file)
     <level value="WARN"/>
   </logger>
 
+  <!-- noisy errors on webapp memory leaks:
+       "00:22:16 ERROR [o.a.c.l.WebappClassLoader] The web application [/sonar] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak."
+       TODO should be replaced by warnings, but how to do that ?
+   -->
+  <logger name="org.apache.catalina.loader.WebappClassLoader">
+    <level value="OFF"/>
+  </logger>
+
   <!-- Execution of measure filters -->
   <logger name="org.sonar.MEASURE_FILTER">
     <level value="WARN"/>