[Zope3-checkins] CVS: Zope3/doc - LOGGING.txt:1.12

Barry Warsaw barry@wooz.org
Tue, 31 Dec 2002 10:37:48 -0500


Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv14155

Modified Files:
	LOGGING.txt 
Log Message:
Add a note about the LOGGING environment variable for test.py


=== Zope3/doc/LOGGING.txt 1.11 => 1.12 ===
--- Zope3/doc/LOGGING.txt:1.11	Thu Dec 19 22:18:45 2002
+++ Zope3/doc/LOGGING.txt	Tue Dec 31 10:37:48 2002
@@ -29,6 +29,14 @@
   logged to the process's standard error stream, and other messages
   are not logged.
 
+  test.py also understands the LOGGING environment variable, which can
+  be used to specify an integer logging level.  So a simple way to run
+  the tests with all logging going to standard error is to set LOGGING
+  to 0, e.g.:
+
+  export LOGGING=0
+  python test.py
+
 
  Using the logging package