[jboss-svn-commits] JBL Code SVN: r30383 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 30 04:21:12 EST 2009


Author: whitingjr
Date: 2009-11-30 04:21:12 -0500 (Mon, 30 Nov 2009)
New Revision: 30383

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties
Log:
Changed profile log file.
Added log4j to profiling.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties	2009-11-30 09:20:27 UTC (rev 30382)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties	2009-11-30 09:21:12 UTC (rev 30383)
@@ -50,15 +50,15 @@
 #file=/tmp/profile.txt
 #
 # specify a directory and jip will create uniquely named files.
-file=/home/whitingjr/eclipse/v3.5-galileo/workspaces/performance/performance/logs
+file=logs/profiled/DATE-TIME-profile.xml
 #
 # What packages are excluded from the display
 # (comma separated)
 # Note: com.mentorgen.tools.profile is always excluded
 #
-exclude=org.apache.lo4j,org.testng,org.dbunit,com.mentorgen
+exclude=org.testng,org.dbunit,com.mentorgen
 #include=${db-vendor-profiling}
-include=${db-vendor-profiling},org.jboss,org.hibernate,com.arjuna
+include=${db-vendor-profiling},org.jboss,org.hibernate,com.arjuna,org.apache.lo4j
 #
 # Track Object Allocation (very expensive)
 # values: on, off



More information about the jboss-svn-commits mailing list