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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

adrianc
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