[Yanel-commits] rev 45720 - public/yanel/trunk/src/webapp/WEB-INF

michi at wyona.com michi at wyona.com
Thu Nov 26 22:11:51 CET 2009


Author: michi
Date: 2009-11-26 22:11:51 +0100 (Thu, 26 Nov 2009)
New Revision: 45720

Modified:
   public/yanel/trunk/src/webapp/WEB-INF/web.xml
Log:
log access config parameter added whereas default is false

Modified: public/yanel/trunk/src/webapp/WEB-INF/web.xml
===================================================================
--- public/yanel/trunk/src/webapp/WEB-INF/web.xml	2009-11-26 20:43:18 UTC (rev 45719)
+++ public/yanel/trunk/src/webapp/WEB-INF/web.xml	2009-11-26 21:11:51 UTC (rev 45720)
@@ -53,6 +53,13 @@
       <!--<param-value>false</param-value>-->
     </init-param>
 
+    <!-- Log access -->
+    <init-param>
+      <param-name>log-access</param-name>
+      <param-value>false</param-value> <!--The default value needs to be false because of performance/scalability reasons -->
+      <!--<param-value>true</param-value>-->
+    </init-param>
+
     <!-- Allow client-side caching of static htdocs content. Specify value in hours. -->
     <init-param>
      <param-name>static-content-cache-expires</param-name>



More information about the Yanel-commits mailing list