[Zope-Checkins] CVS: Zope2 - LOGGING.txt:1.6

Brian Lloyd brian@digicool.com
Mon, 4 Jun 2001 09:53:15 -0400 (EDT)


Update of /cvs-repository/Zope2/doc
In directory korak.digicool.com:/home/brian/temp/mainline/doc

Modified Files:
	LOGGING.txt 
Log Message:
Fixed a type (missing quote in env variable example)



--- Updated File LOGGING.txt in package Zope2 --
--- LOGGING.txt	2001/06/01 19:45:34	1.5
+++ LOGGING.txt	2001/06/04 13:53:15	1.6
@@ -11,7 +11,7 @@
  example::
 
   $ python2.1 z2.py ZSYSLOG_SERVER="syslog.mydomain.com:514" \
-     STUPID_LOG_FILE=var/Zope.log"
+     STUPID_LOG_FILE="var/Zope.log"
 
  Currently, the following environment variables can be set: