Specify only some packages to have debug output
问题 I want to log some behavior of my web application which also implements hibernate, spring and so on. When I tried to implement log4j logger from apache I had some troubles. When I turn on logger it is also debugging hibernate and spring which I don't want. I tried to configure properties file to the specify the package of my project but it does not work. Here is my code of property file: log4j.rootCategory=ERROR, O log4j.category.com.my.package= DEBUG, FILE, O log4j.appender.FILE=org.apache