Support color log output

Rework logback formatting to include ansi color output. Also added
support for JUL over SLF4J to ensure that tomcat logging looks OK.

Issue: #53249833
This commit is contained in:
Phillip Webb
2013-07-13 16:08:41 -07:00
parent 5c46a39494
commit dc1b787a01
21 changed files with 391 additions and 28 deletions

View File

@@ -63,6 +63,11 @@
<artifactId>slf4j-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>