How to disable Hibernate flooding logs

Posted by Warlei on Stack Overflow See other posts from Stack Overflow or by Warlei
Published on 2010-05-19T04:02:17Z Indexed on 2010/05/19 4:10 UTC
Read the original article Hit count: 275

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about jpa