[Zope3-checkins] CVS: Zope3 - zope.conf.in:1.1.2.3
Fred L. Drake, Jr.
fred@zope.com
Tue, 24 Jun 2003 16:42:06 -0400
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv8350
Modified Files:
Tag: fdrake-zconfig-in-zope-3-branch
zope.conf.in
Log Message:
add a hint about how the logging gets set up
=== Zope3/zope.conf.in 1.1.2.2 => 1.1.2.3 ===
--- Zope3/zope.conf.in:1.1.2.2 Tue Jun 24 16:28:39 2003
+++ Zope3/zope.conf.in Tue Jun 24 16:42:06 2003
@@ -17,6 +17,10 @@
</zodb>
<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 z3.log
</logfile>