Skip to content

Instantly share code, notes, and snippets.

@chinboon
Created April 19, 2021 11:11
Show Gist options
  • Select an option

  • Save chinboon/a229c2b3989ae7ca77d55faa6f619998 to your computer and use it in GitHub Desktop.

Select an option

Save chinboon/a229c2b3989ae7ca77d55faa6f619998 to your computer and use it in GitHub Desktop.
Encoder
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
<charset>UTF-8</charset>
<pattern>%date{ISO8601} %-5.5p [%15.15t] [%30.30c:%-5line] %X{indent}%m%n</pattern>
</encoder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment