[Happydoc-checkins] CVS: HappyDoc/happydoclib trace.py,1.5,1.6
Brought to you by:
doughellmann,
krlosaqp
From: Doug H. <dou...@us...> - 2002-08-04 12:04:18
|
Update of /cvsroot/happydoc/HappyDoc/happydoclib In directory usw-pr-cvs1:/tmp/cvs-serv28167/happydoclib Modified Files: trace.py Log Message: Corrected instructions for enabling trace. Index: trace.py =================================================================== RCS file: /cvsroot/happydoc/HappyDoc/happydoclib/trace.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** trace.py 12 May 2002 20:19:01 -0000 1.5 --- trace.py 4 Aug 2002 12:04:16 -0000 1.6 *************** *** 35,39 **** function. ! The debug level is set via the environment variable 'TRACE_LEVEL'. Level '0' or no value specified results in no output. Positive integer values are used to control the verbosity of the output with --- 35,39 ---- function. ! The debug level is set via the environment variable 'HAPPYDOC_TRACE'. Level '0' or no value specified results in no output. Positive integer values are used to control the verbosity of the output with |