How to disable Hibernate flooding logs
- by Warlei
Hibernate is flooding my IDE console with tons of unnecessary informations at every connection. I already read out the documentation and googled trying to solve this issue but till now the problem "persists".
My persistence.xml:
...
...
My log4j.xml:
...
...
I have no other log4j configuration in my project and even in my environment. Anyone there figured out how to disable the Hibernate console logs? Maybe has something I didn´t understand?
I'm using Hibernate 3.5, Tomcat 6.0 and Eclipse 3.3.
Thanks in advance.