I have been looking for hours for a solution.
How can I change the logging level in Hibernate 4.3.6 to DEBUG?
In the official documentation it is mentioned that
Completely out of date. Hibernate uses JBoss Logging starting in 4.0. This will get documented as we migrate this content to the Developer Guide.
I have not found anything in the Developer Guide so I assume that they have not even started to document it.
The Stackoverflow post here does not help me at all. I am using Hibernate 4 as a standalone library and I do not care for any Maven, JBoss or whatever else there might be XML file.
Is there somewhere a comprehensive tutorial on how I can change the debugging level in the newest version of Hibernate?