Skip to content

Instantly share code, notes, and snippets.

@sasaken555
Created July 31, 2022 09:40
Show Gist options
  • Save sasaken555/c985b983b747dbf8bdc303d0ace87528 to your computer and use it in GitHub Desktop.
Save sasaken555/c985b983b747dbf8bdc303d0ace87528 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<Appenders>
<Console name="STDOUT">
<!-- eventEol should be "false" -->
<JSONLayout compact="true" eventEol="false" includeTimeMillis="true" />
</Console>
</Appenders>
<Loggers>
<Root level="INFO">
<AppenderRef ref="STDOUT" />
</Root>
</Loggers>
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment