2pro.spring-rest-basis.0.6.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-rest-basis Show documentation
Show all versions of spring-rest-basis Show documentation
A library of tools that come handy when doing spring-rest development
The newest version!
<?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="com.github.zg2pro" level="DEBUG"/> </configuration>