GH-169 - Remove logback.xml from Spring Modulith Runtime's production sources.

This commit is contained in:
Oliver Drotbohm
2023-03-23 22:43:35 +01:00
parent 74c772dfa7
commit 19707dd54a

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
<include resource="org/springframework/boot/logging/logback/console-appender.xml" />
<root level="INFO">
<appender-ref ref="CONSOLE" />
</root>
<logger name="org.springframework.modulith" level="DEBUG"/>
<logger name="example" level="INFO" />
</configuration>