提交 7c08b141 编写于 作者: 武汉红喜's avatar 武汉红喜

logback-spring.xml

上级 ce51f434
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>
<include resource="org/springframework/boot/logging/logback/base.xml" /> <include resource="org/springframework/boot/logging/logback/base.xml" />
<logger name="sample.logback" level="DEBUG" /> <logger name="org.hongxi.whatsmars.boot.sample.logback" level="DEBUG" />
<springProfile name="staging"> <springProfile name="staging">
<logger name="sample.logback" level="TRACE" /> <logger name="org.hongxi.whatsmars.boot.sample.logback" level="TRACE" />
</springProfile> </springProfile>
</configuration> </configuration>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册