DATAGEODE-180 - Set internal Log4j2 logging to 'error'.

This commit is contained in:
John Blum
2019-04-10 21:36:07 -07:00
parent fa29b1ed5f
commit 43bb6d3ac5

View File

@@ -1,4 +1,4 @@
<Configuration status="WARN">
<Configuration status="error">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{1.} - %msg%n"/>