After integrating JExcel API in Spring, I found that my Log4j Console Log is no more there. Later found out the reason that, JExcel (jxl.jar) has a Log4j.xml in it, which was overriding our Log4j.properties.
To get the log back, I had to write Log4j.xml ..
This helped, thanks Makarand!
ReplyDelete