forked from rongchao/epmet-cloud-rizhao
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
427 B
11 lines
427 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<include resource="org/springframework/boot/logging/logback/base.xml" />
|
|
<logger name="org.springframework.web" level="INFO"/>
|
|
<logger name="org.springboot.sample" level="TRACE" />
|
|
|
|
<logger name="org.springframework.web" level="INFO"/>
|
|
<logger name="org.springboot.sample" level="INFO" />
|
|
<logger name="io.renren" level="DEBUG" />
|
|
|
|
</configuration>
|