问题
How do i change the log level of a spring container which does not run in an appserver?
回答1:
in your log4j.properties
(if using log4j):
log4j.logger.org.springframework=INFO
来源:https://stackoverflow.com/questions/4733522/changing-spring-containers-log-level-setting