You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2010/02/26 11:03:45 UTC

svn commit: r916634 - /ofbiz/trunk/framework/service/config/service.properties

Author: jacopoc
Date: Fri Feb 26 10:03:45 2010
New Revision: 916634

URL: http://svn.apache.org/viewvc?rev=916634&view=rev
Log:
By default, service debug is enabled; thanks to Hans Bakker for reporting this.

Modified:
    ofbiz/trunk/framework/service/config/service.properties

Modified: ofbiz/trunk/framework/service/config/service.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/config/service.properties?rev=916634&r1=916633&r2=916634&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/config/service.properties (original)
+++ ofbiz/trunk/framework/service/config/service.properties Fri Feb 26 10:03:45 2010
@@ -18,6 +18,6 @@
 ###############################################################################
 
 # If set to true then service definitions are wrapped with their filename and line number, for easier debugging; if enabled, JVM PermGen memory settings may need to be increased
-servicedispatcher.servicedebugmode=false
+servicedispatcher.servicedebugmode=true
 # flag to automatically export all services: same of setting export="true" for all service definitions
 remotedispatcher.exportall=false