How do you Change a Package’s Log Level using Log4j?

Which app server are you using? Each one puts its logging config in a different place, though most nowadays use Commons-Logging as a wrapper around either Log4J or java.util.logging. Using Tomcat as an example, this document explains your options for configuring logging using either option. In either case you need to find or create a … Read more