1. Hibernate: how do you adjust the default logging level (SJF4J and JDK 1.4 logger)? stackoverflow.comI have a JavaSE/Hibernate test app (shell-based). I put the following JARs into the project's lib dir:
As you can see, I'm using SLF4J with the JDK 1.4 logger. When I run ... |