You say this is running in Eclipse? Maybe a plugin is performing configuration
and looking up another file? Log4j uses log4j.xml in preference to
log4j.properties, so the automatic configuration process would use your
log4j.xml file even if a log4j.properties existed in the classpath. Look for
Hi ,
Thanks for the suggestion.
I have changed to log4j.xml . However, when i run my project in eclipse for the
same, it seems it is not reading from the xml file.. All log messages are going
to the console.. While they should go to the file..
The log messages were going in the file when i was us