I am trying out eclipsespring example RCP project. While running the application I am gettin the following error
log4j:WARN No appenders could be found for logger (org.springframework.beans.factory.xml.XmlBeanDefinitionReader)
log4j:WARN Please initialize the log4j system properly.
I placed log4j.properties file at /bin and specified the same in RUN Main tab window as -Dlog4j.configuration=/bin/log4j.properties
Still the message appears, could please guide me as to how to configure log4j properties.
Thanks for your cooperation and help.
-guna
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying out eclipsespring example RCP project. While running the application I am gettin the following error
log4j:WARN No appenders could be found for logger (org.springframework.beans.factory.xml.XmlBeanDefinitionReader)
log4j:WARN Please initialize the log4j system properly.
I placed log4j.properties file at /bin and specified the same in RUN Main tab window as -Dlog4j.configuration=/bin/log4j.properties
Still the message appears, could please guide me as to how to configure log4j properties.
Thanks for your cooperation and help.
-guna