mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
11 lines
323 B
XML
11 lines
323 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
|
|
<include resource="org/springframework/boot/logging/logback/base.xml"/>
|
|
|
|
<!--logger name="org.springframework" level="DEBUG"/-->
|
|
<logger name="org.springframework.core.env" level="WARN"/>
|
|
<logger name="org.springframework.jndi" level="WARN"/>
|
|
|
|
</configuration>
|