Skip to content

Instantly share code, notes, and snippets.

@geowarin
Created May 27, 2014 16:55
Show Gist options
  • Save geowarin/ac505eb611cb5bcff4d5 to your computer and use it in GitHub Desktop.
Save geowarin/ac505eb611cb5bcff4d5 to your computer and use it in GitHub Desktop.
Spring boot default
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<logger name="org.springframework.boot" level="INFO"/>
<logger name="org.springframework.security" level="ERROR"/>
<logger name="org.glassfish.jersey" level="INFO"/>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment