When I use Hibernate under tomcat,sometimes hibernate may display WARN information under tomcat console,for example
Code:
29063 [http-5168-1] WARN org.hibernate.jdbc.AbstractBatcher - exception clearing
maxRows/queryTimeout
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver]optional function not implement
I don't want to display Hibernate WARN information under tomcat console. How to configure hibernate file to realize forbidding Hibernate WARN information? Which hibernate configure file can I modify?
Thanks in advance