mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
This commit updates the default output produced when using Log2J 2 to be similar to the output produced by Logback. It introduces a new converter for throwables that adds some whitespace around stacktraces and a color converter that produces ANSI-colored output when enabled via spring.output.ansi.enabled. Closes gh-3548