Is there an Apache Commons / Log4J logging API that can be used to completely disable all protocols, even for logs that are in third-party libraries?
Reference Information. I would like to use java.util.logging in a GlassFish v3 web application. However, the third-party library in this web application uses Log4J logging and Apache Commons Logging. To conserve resources, this log must be minimized or disabled.
source
share