[pLog-svn] r4367 - plog/branches/lifetype-1.1.3

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Nov 29 15:27:08 GMT 2006


Author: oscar
Date: 2006-11-29 15:27:07 +0000 (Wed, 29 Nov 2006)
New Revision: 4367

Modified:
   plog/branches/lifetype-1.1.3/admin.php
   plog/branches/lifetype-1.1.3/index.php
Log:
Performance logging seems to be causing problems to some users, so let's keep it disabled by default. Those who need it, will probably figure out how to enable it.


Modified: plog/branches/lifetype-1.1.3/admin.php
===================================================================
--- plog/branches/lifetype-1.1.3/admin.php	2006-11-28 22:15:04 UTC (rev 4366)
+++ plog/branches/lifetype-1.1.3/admin.php	2006-11-29 15:27:07 UTC (rev 4367)
@@ -43,5 +43,5 @@
     $controller->process( HttpVars::getRequest(), "op");
 	
     // log statistics, only for debugging purposes
-    Info::logMetrics();
+    //Info::logMetrics();
 ?>

Modified: plog/branches/lifetype-1.1.3/index.php
===================================================================
--- plog/branches/lifetype-1.1.3/index.php	2006-11-28 22:15:04 UTC (rev 4366)
+++ plog/branches/lifetype-1.1.3/index.php	2006-11-29 15:27:07 UTC (rev 4367)
@@ -50,5 +50,5 @@
     $controller->process( HttpVars::getRequest(), "op");	
 
     // log statistics, only for debugging purposes
-    Info::logMetrics();
+    //Info::logMetrics();
 ?>



More information about the pLog-svn mailing list