Log4J configuration not displaying Spring Transaction and other logs in JBoss AS7
问题 Following is my log4j.properties: log4j.rootLogger=ALL, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d [%t] %p [%c] - %m%n log4j.logger.org.springframework=ALL log4j.logger.app.dev.ems=ALL log4j.logger.org.springframework.transaction=ALL I have mentioned the log4jConfigLocation in the web.xml: <context-param> <param-name