Skip to content
Advertisement

Tag: apache-commons-logging

How to disable loggers of a class or of whole package?

I am using Apache Commons Logging ™. For now I wanted to use SimpleLog implementation, but when I changed the level, loggers from the libraries came out. I want it to turn them off. Is there a easy way to change log level for whole package (can Log4j do that)? I have tried to set org.apache.commons.logging.simplelog.log.foo=fatal in the property files

Advertisement