Skip to content

Instantly share code, notes, and snippets.

@dacc
Created April 13, 2012 00:32
Show Gist options
  • Save dacc/2372326 to your computer and use it in GitHub Desktop.
Save dacc/2372326 to your computer and use it in GitHub Desktop.
<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>sesosh.log</file>
<append>true</append>
<encoder>
<pattern>%-4relative [%thread] %-5level %logger{35} - %msg%n</pattern>
</encoder>
</appender>
<root level="info">
<appender-ref ref="FILE" />
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment