I'm getting the following at startup...
==> logs/resin.stderr <==
log4j:WARN No appenders could be found for logger (org.springframework.web.servlet.DispatcherServlet ).
log4j:WARN Please initialize the log4j system properly.
I want to use my own Logging framework (built on top of commons-logging). How do I tell Spring to not look for log4J and perhaps plug into a different logging api?


Reply With Quote