GH-169 - Remove logback.xml from Spring Modulith Runtime's production sources.
This commit is contained in:
14
spring-modulith-runtime/src/test/resources/logback.xml
Normal file
14
spring-modulith-runtime/src/test/resources/logback.xml
Normal 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>
|
||||
Reference in New Issue
Block a user