log « Default « JPA Q&A





1. Hibernate: how do you adjust the default logging level (SJF4J and JDK 1.4 logger)?    stackoverflow.com

I have a JavaSE/Hibernate test app (shell-based). I put the following JARs into the project's lib dir:

antlr-2.7.6.jar
commons-collections-3.1.jar
commons-lang-2.5.jar
dom4j-1.6.1.jar
hibernate-jpa-2.0-api-1.0.0.Final.jar
hibernate3.jar
javassist-3.12.0.GA.jar
jta-1.1.jar
slf4j-api-1.6.1.jar
slf4j-jdk14-1.6.1.jar
As you can see, I'm using SLF4J with the JDK 1.4 logger. When I run ...