[Zope3-checkins] SVN: Zope3/trunk/skel/etc/zdaemon.conf.in add template for zdaemon.conf; the "raw" version is not suitable

Fred L. Drake, Jr. fred at zope.com
Mon May 17 12:24:16 EDT 2004


Log message for revision 24777:
add template for zdaemon.conf; the "raw" version is not suitable


-=-
Added: Zope3/trunk/skel/etc/zdaemon.conf.in
===================================================================
--- Zope3/trunk/skel/etc/zdaemon.conf.in	2004-05-17 16:22:27 UTC (rev 24776)
+++ Zope3/trunk/skel/etc/zdaemon.conf.in	2004-05-17 16:23:57 UTC (rev 24777)
@@ -0,0 +1,20 @@
+%define INSTANCE <<INSTANCE_HOME>>
+%define LOGDIR $INSTANCE/log
+
+<runner>
+  program $INSTANCE/bin/runzope
+</runner>
+
+<eventlog>
+  # This sets up logging to both a file (z3.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/z3.log
+  </logfile>
+
+  <logfile>
+    path STDOUT
+  </logfile>
+</eventlog>


Property changes on: Zope3/trunk/skel/etc/zdaemon.conf.in
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the Zope3-Checkins mailing list