fix #6060 parse author with -e-
[cdmlib.git] / cdmlib-model / src / test / resources / log4j.properties
index a47711eb80d779fd87adcf426b1355bc6095bf72..8aeae9add4993d1e6cf6f8a284123a2d40c5e04b 100644 (file)
@@ -29,12 +29,13 @@ log4j.rootLogger=warn, stdout
 
        ### *** SPRING ************ ###
 log4j.logger.org.springframework.transaction = warn
-log4j.logger.org.springframework.orm.hibernate3.SessionFactoryUtils = info
-log4j.logger.org.springframework.orm.hibernate3 = info
+log4j.logger.org.springframework.orm.hibernate5.SessionFactoryUtils = info
+log4j.logger.org.springframework.orm.hibernate5 = info
 log4j.logger.org.springframework.FileSystemXmlApplicationContext = warn
 log4j.logger.org.springframework.core.io.support = info
 
-
+### *** Hibernate ********* ###
+log4j.logger.org.hibernate.orm.deprecation = error
 
 ### No warnings as thrown by SQLServer
 log4j.logger.org.hibernate.cfg = warn