Skip to content

Instantly share code, notes, and snippets.

@wkorando
Last active August 6, 2018 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wkorando/6547822f71f1af42ba41245f4a0b5f7b to your computer and use it in GitHub Desktop.
Save wkorando/6547822f71f1af42ba41245f4a0b5f7b to your computer and use it in GitHub Desktop.
<configuration>
<appender name="threadsafe-appender" class="com.bk.logging.ThreadSafeAppender" />
<root level="trace">
<appender-ref ref="threadsafe-appender" />
</root>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment