Browse Source

Remove WARN log in Tomcat startup

pull/9/head
Dave Syer 13 years ago
parent
commit
fe90df3afc
  1. 0
      spring-boot-samples/spring-boot-sample-web-static/src/main/resources/application.properties
  2. BIN
      spring-boot-samples/spring-boot-sample-web-static/src/main/resources/favicon.ico
  3. 7
      spring-boot-samples/spring-boot-sample-web-static/src/main/resources/logback.xml
  4. 1
      spring-boot/src/main/resources/org/springframework/boot/logging/logback/base.xml

0
spring-boot-samples/spring-boot-sample-web-static/src/main/resources/application.properties

BIN
spring-boot-samples/spring-boot-sample-web-static/src/main/resources/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

7
spring-boot-samples/spring-boot-sample-web-static/src/main/resources/logback.xml

@ -1,7 +0,0 @@ @@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<logger name="org.springframework" level="DEBUG"/>
</configuration>

1
spring-boot/src/main/resources/org/springframework/boot/logging/logback/base.xml

@ -36,5 +36,6 @@ @@ -36,5 +36,6 @@
<logger name="org.hibernate.validator.internal.util.Version" level="WARN"/>
<logger name="org.apache.coyote.http11.Http11NioProtocol" level="WARN"/>
<logger name="org.apache.tomcat.util.net.NioSelectorPool" level="WARN"/>
<logger name="org.apache.catalina.startup.DigesterFactory" level="ERROR"/>
</included>

Loading…
Cancel
Save