Created
August 1, 2020 21:48
-
-
Save ajsutton/65f1240c3fc00e9f4dcadc6a0b6d9fe8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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