In scout eclipse application I try to configure Log4j.
When I start server I get :
log4j:WARN No appenders could be found for logger (org.jboss.logging).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
I have file log4j.properties and I put it in folder witch is in class path.
Where do I need to put this file so that application can read from it ?
Marko