Skip to content

Instantly share code, notes, and snippets.

@kasundm5566
Created October 19, 2016 09:14
Show Gist options
  • Save kasundm5566/10fd4dbd6432e103da95e229cf20bca9 to your computer and use it in GitHub Desktop.
Save kasundm5566/10fd4dbd6432e103da95e229cf20bca9 to your computer and use it in GitHub Desktop.
<!--
This logger will output all the logs generating.
Root logger handles all the logs.
-->
<Loggers>
<Root level="info">
<AppenderRef ref="CONSOLE" level="info"/>
<AppenderRef ref="FILE" level="error"/>
</Root>
</Loggers>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment