From 60e547d13611d1000ef5606ba1e9894321f57a2e Mon Sep 17 00:00:00 2001
From: Michel Pelletier <michel@svn.zope.org>
Date: Wed, 21 Jul 1999 15:57:33 +0000
Subject: [PATCH] mentioned logging and the new debug stuff

---
 doc/INSTALL.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt
index d59a05f32..4092d89b8 100644
--- a/doc/INSTALL.txt
+++ b/doc/INSTALL.txt
@@ -50,6 +50,9 @@ Quick Start
   You will be prompted for a user name and password, which may
   be found in the 'access' file in the Zope installation directory.
 
+  If you wish to enable Zope logging you must specify options on the
+  command line.  See LOGGING.txt in the doc directory.
+
   Now you're off and running! You should be looking at the Zope management
   screen which is divided into two frames. On the left you can navigate
   between Zope object and on the right you can edit them by selecting
@@ -63,6 +66,18 @@ Quick Start
   
   Have fun!
 
+Running Zope in Debug Mode
+
+  If you wish to run Zope in debug mode, use the -D command line
+  switch.  This will have the following effect::
+
+   o On UNIX, Zope will not detach from the controlling terminal.
+
+   o Zope will print logging information to standard error.
+
+   o The Z_DEBUG_MODE environment variable gets set, which causes some 
+     other cool stuff in Zope to happen.
+
 Building Zope
   
   There are some python scripts in the top-level directory that should
-- 
2.30.9