log4j:WARN No appenders .. but configfile is in place
dirk dj jaeckel
Greenhorn
Joined: May 31, 2012
Posts: 22
posted
0
Hello,
i copied a project with eclipse where LOG4J is used
the original project OP has a config file in .\settings\configLOG4J.properties as my new project NP has
the OP inititializes LOG4J ( if i understand it right) like that:
if i do similar:
i get the following WARN:
log4j:WARN No appenders could be found for logger (org.apache.mina.core.filterchain.IoFilterEvent).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
the buildpath and settingsfolder are identical, what else i am missing ?