Skip to content

Instantly share code, notes, and snippets.

@gabanox
Created October 17, 2014 16:06
Show Gist options
  • Save gabanox/a9ffc2ec5cc20037a2f2 to your computer and use it in GitHub Desktop.
Save gabanox/a9ffc2ec5cc20037a2f2 to your computer and use it in GitHub Desktop.
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>[%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="trace">
<appender-ref ref="STDOUT" />
</root>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment