Skip to content

Instantly share code, notes, and snippets.

@ajsutton
Created August 1, 2020 21:48
Show Gist options
  • Save ajsutton/65f1240c3fc00e9f4dcadc6a0b6d9fe8 to your computer and use it in GitHub Desktop.
Save ajsutton/65f1240c3fc00e9f4dcadc6a0b6d9fe8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO" monitorInterval="5">
<Appenders>
<Console name="console" target="SYSTEM_OUT">
<PatternLayout
pattern="%white{%d{yyyy-MM-dd HH:mm:ss.SSS}} | %-25.25t | %-5level | %-30.30c{1} | %msg%n"/>
</Console>
</Appenders>
<Loggers>
<Logger name="org.quartz" level="INFO"/>
<Logger name="wire" level="TRACE"/>
<Root level="INFO">
<AppenderRef ref="console"/>
</Root>
</Loggers>
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment