Log4j Issue with Spring Web



在我的项目中部署Spring RESTful Web服务时,我得到了以下WARN:

log4j:WARN No appenders could be found for logger (org.springframework.web.context.support.StandardServletEnvironment).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

Log4j在我的项目中配置正确,但我不知道为什么

我可以通过设置log4j来解决问题。rootLogger=warn,stdout

最新更新