Merge pull request #5727 from rozagerardo/geroza/BAEL-9523_migrate-modules-to-parent-boot-2

[BAEL-9524] spring-boot | migrating to parent-boot-2 - further fixes
This commit is contained in:
Loredana Crusoveanu
2018-11-19 22:55:52 +02:00
committed by GitHub
4 changed files with 88 additions and 0 deletions
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include
resource="org/springframework/boot/logging/logback/base.xml" />
<appender name="LISTAPPENDER"
class="com.baeldung.failureanalyzer.utils.ListAppender">
</appender>
<logger
name="org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter">
<appender-ref ref="LISTAPPENDER" />
</logger>
<root level="info">
<appender-ref ref="CONSOLE" />
</root>
</configuration>