This is not only a hibernate issue. I'm migrating a project from ecslipe 2.1 to 3.0. In eclipse 3.0 (which has java 1.4 with the Logging api) I'm not getting the verbose output like I used to get running the project in eclipse 2.1. Same log4j.properties, same commons-logging, only a different jdk/jre. I'm afraid with the convoluted hard to follow hierarcy that takes place between commons logging, java 1.4, and log4j that hibernate is not using log4j and that's why I don't see the output.
I was hoping someone could tell me specifically, is there a way to force hibernate to use log4j for logging? I've spent hours ****ing around with system properties and so on and reading different docs and gotten nowhere.
Maybe someone has had a similar problem?
Thanks for any help.
|