How to avoid outputting a lot of useless logs in log4j2?
I am moving a project from Weblogic into Tomcat, and I found that there is a problem of mixing log4j and log4j2 when the project is using Weblogic, but it runs normally in Weblogic and outputs the required logs normally, including logs from org.apache.logging.log4j.LogManager and logs from org.slf4j.LoggerFactory
Why do a lot of useless logs appear after using log4j2?
I am moving a project from Weblogic into Tomcat, and I found that there is a problem of mixing log4j and log4j2 when the project is using Weblogic, but it runs normally in Weblogic and outputs the required logs normally, including logs from org.apache.logging.log4j.LogManager and logs from org.slf4j.LoggerFactory