You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2009/06/11 18:04:12 UTC

svn commit: r783824 - /ofbiz/trunk/framework/webapp/config/serverstats.properties

Author: adrianc
Date: Thu Jun 11 16:04:12 2009
New Revision: 783824

URL: http://svn.apache.org/viewvc?rev=783824&view=rev
Log:
Eliminated confusing property setting - https://issues.apache.org/jira/browse/OFBIZ-2577.

Modified:
    ofbiz/trunk/framework/webapp/config/serverstats.properties

Modified: ofbiz/trunk/framework/webapp/config/serverstats.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/config/serverstats.properties?rev=783824&r1=783823&r2=783824&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/config/serverstats.properties (original)
+++ ofbiz/trunk/framework/webapp/config/serverstats.properties Thu Jun 11 16:04:12 2009
@@ -32,8 +32,8 @@
 stats.enable.REQUEST=true
 stats.enable.EVENT=true
 stats.enable.VIEW=true
-stats.enable.ENTITY=ftrue
-stats.enable.SERVICE=ftrue
+stats.enable.ENTITY=true
+stats.enable.SERVICE=true
 
 stats.persist.REQUEST.bin=true
 stats.persist.EVENT.bin=true