Environment:
Ignite version: 2.16
HTTP enabled - yes
Logging module - Log4J2
Execution Environment
Containerized -Yes
Base Image : Distroless 12 java
JRE - JRE 17
I am using the Log4j Logging module and set logger for eclipse jetty to
Off/Error, but still see debug logs for jetty. I do not see this issue
with Ignite 2.15
I also tried setting the JVM opt variable -DIGNITE_QUIET to true and false.
Still keep seeing debug lgs from jetty
log4j config
I added individual packages to try suppressing at per package level
<Logger name="org.eclipse.jetty" level="WARN" additivity="false">
<AppenderRef ref="STDOUT"/>
</Logger>
<Logger name="org.eclipse.jetty.util.log" level="ERROR"
additivity="false">
<AppenderRef ref="STDOUT"/>
</Logger>
<Logger name="org.eclipse.jetty.util.component" level="ERROR"
additivity="false">
<AppenderRef ref="STDOUT"/>
</Logger>
How to turn off Logging for eclipse jetty
*Cheers*
Mani/Naren/Iyer
*The trick of walking on water is knowing where the stones are.*