Excluding only one level of Log4j Logger
问题 I'm using Log4j in a application in which I also use Axis2 and Jetty web server. I configured the Log4J property file to exclude these classes from logging when in debug priority. But when I did this, the other priority messages also began to be excluded from the main logger. Is there a way that I can tell Log4j that I just want to log INFO logs from these classes while logging debug logs from my classes? Here's what I have done: #Jetty Server and Axis2 log4j.category.org.apache.axiom=DEBUG