Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0.5
I am having trouble accessing my hibernate logs in my log4j log file. after trying to trace into the hibernate methods instead, I noticed hibernate is sending the logs to jdk14logger, through the common.logging
Reading in the Hibernate in Action book I saw that putting a log4j.properties file at the project's folder should be enough for the common.logging to use log4j - am I missing something? I also use log4j.xml file instead of the properties, and anyway, I get any other log messages from my own code to my log file. What am I missing here?