[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/zopeskel/etc/zope.conf.in add an <accesslog> section to the template configuration file

Fred L. Drake, Jr. fred at zope.com
Thu Jun 3 16:42:27 EDT 2004


Log message for revision 25244:
add an <accesslog> section to the template configuration file


-=-
Modified: Zope3/branches/ZopeX3-3.0/zopeskel/etc/zope.conf.in
===================================================================
--- Zope3/branches/ZopeX3-3.0/zopeskel/etc/zope.conf.in	2004-06-03 20:40:53 UTC (rev 25243)
+++ Zope3/branches/ZopeX3-3.0/zopeskel/etc/zope.conf.in	2004-06-03 20:42:26 UTC (rev 25244)
@@ -41,6 +41,20 @@
   </filestorage>
 </zodb>
 
+<accesslog>
+  # This sets up logging to both a file (access.log) and to standard
+  # output (STDOUT).  The "path" setting can be a relative or absolute
+  # filesystem path or the tokens STDOUT or STDERR.
+
+  <logfile>
+    path $LOGDIR/access.log
+  </logfile>
+
+  <logfile>
+    path STDOUT
+  </logfile>
+</accesslog>
+
 <eventlog>
   # This sets up logging to both a file and to standard output
   # (STDOUT).  The "path" setting can be a relative or absolute




More information about the Zope3-Checkins mailing list