Author: cschneider
Date: Fri Jul 17 13:06:07 2015
New Revision: 1691557

URL: http://svn.apache.org/r1691557
Log:
Add logging

Modified:
    
aries/trunk/jpa/itests/jpa-container-testbundle/src/main/resources/META-INF/persistence.xml

Modified: 
aries/trunk/jpa/itests/jpa-container-testbundle/src/main/resources/META-INF/persistence.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-container-testbundle/src/main/resources/META-INF/persistence.xml?rev=1691557&r1=1691556&r2=1691557&view=diff
==============================================================================
--- 
aries/trunk/jpa/itests/jpa-container-testbundle/src/main/resources/META-INF/persistence.xml
 (original)
+++ 
aries/trunk/jpa/itests/jpa-container-testbundle/src/main/resources/META-INF/persistence.xml
 Fri Jul 17 13:06:07 2015
@@ -53,6 +53,7 @@
         <property name="eclipselink.ddl-generation" 
value="drop-and-create-tables"/>
         <property name="hibernate.dialect" 
value="org.hibernate.dialect.DerbyTenSevenDialect" />
         <property name="hibernate.hbm2ddl.auto" value="create-drop" />
+        <property name="openjpa.Log" value="DefaultLevel=WARN, Runtime=TRACE, 
Tool=INFO"/>
         </properties>
     </persistence-unit>
 


Reply via email to