posted 12 years ago
I am trying to output the sql which hibernate generates in my application to my log4j appender as follows:
1. I am not seeing any output in test.log from hibernate
2. In system.out log I am not seeing the actual parameter value:
I am using Spring. My appContext.xml is as follows