Skip to content

Instantly share code, notes, and snippets.

@xnull
Created October 28, 2015 14:34
Show Gist options
  • Save xnull/92dae6bc9980c3386814 to your computer and use it in GitHub Desktop.
Save xnull/92dae6bc9980c3386814 to your computer and use it in GitHub Desktop.
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%date{yy/MM/dd HH:mm:ss.SSS} %-5level %-20.20thread | %40.40logger{40} | %m%n</pattern>
</encoder>
</appender>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment