UNPKG

generator-springboot-kickstart

Version:

A Yeoman generator for a Webapp with Maven + SpringBoot + MongoDB + Mail + Bootstrap + I18N + Docker

9 lines (8 loc) 344 B
<?xml version="1.0" encoding="UTF-8"?> <configuration> <include resource="org/springframework/boot/logging/logback/base.xml"/> <!-- Set SpringBoot log level to info --> <logger name="org.springframework.web" level="INFO"/> <!-- Set the webapps log level to debug --> <logger name="<%=packageName%>.*" level="DEBUG"/> </configuration>