Hi, We have recently migrated our logging framework from log4j1.x to log4j2.17.1
Below are the jars we are using currently in our project. *Please note that we do not have a Mavan/Gradle based project, the dependencies are managed manually.* *Jars : * *log4j-api-2.17.1log4j-appserver-2.17.1log4j-core-2.17.1log4j-slf4j-impl-2.17.1slf4j-api-1.7.31slf4j-log4j12-1.7.31slf4j-simple-1.7.31* *During the project startup we see multiple warning messages as shown below:* SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/lib/slf4j-log4j12-1.7.31.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/lib/slf4j-simple-1.7.31.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/lib/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] We are trying to either fix this warning or hide the warning messages from the console but we are unable to do so. Is there any property by which we can hide these or any other way to do the same? Any pointers regarding fixing/hiding the warnings will be helpful. Regards, Nilay