Fix loglevel

This commit is contained in:
Andrea Cavalli 2021-01-15 23:36:37 +01:00
parent 5ca09460dc
commit ec43b167bf
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<http://logging.apache.org/log4j/2.x/manual/appenders.html>.
-->
<Configuration status="TRACE">
<Configuration status="INFO">
<Appenders>
<!-- DEFAULT APPENDERS -->
@ -27,7 +27,7 @@
<Loggers>
<Logger name="com.hazelcast.internal.diagnostics.HealthMonitor" level="WARN" />
<Logger name="com.hazelcast" level="INFO" />
<Root level="TRACE">
<Root level="INFO">
<filters>
<MarkerFilter marker="NETWORK_PACKETS" onMatch="DENY"
onMismatch="NEUTRAL" />