I am getting following WARN while deploying Spring RESTful webservice in my project:
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 is properly configured in my project but I don’t know why
I am able to resolve the issue by setting up log4j.rootLogger=warn, stdout