Logging Spring bean initialization with Log4J
问题 When I run my application, it stops when beans are initializing but doesn't show any logs entries. So I don't know what happened: Log4j.properties log4j.rootLogger=DEBUG, stdout, R log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout org.springframework=DEBUG org.springframework.beans.factory.support=DEBUG log4j.logger.org.springframework.beans.factory.support=DEBUG log4j.logger.org.springframework.beans=DEBUG log4j.category.org