1. How can I disable Hibernate-cache logs? stackoverflow.comMy Grails app log is being flooded with thousands of messages like:
This is my log4j config:
|
2. log4j print hibenate cache messages forum.hibernate.orgHey, I am using hibernate 3.1 I am using in log4j for kettle (Open source for ETL). I dont want that hibernate will write any logs, so i create a log4j.properties file and set all hibernate appenders(include cache and resource pool) to be off , but in some cases there are hibernate log messages in my log. Code: 2006/11/09 19:05:52 - ... |