~hardware-certification/zope3/certify-staging-2.5

« back to all changes in this revision

Viewing changes to doc/.svn/text-base/ENVIRONMENT.txt.svn-base

  • Committer: Marc Tardif
  • Date: 2008-04-26 19:03:34 UTC
  • Revision ID: cr3@lime-20080426190334-u16xo4llz56vliqf
Initial import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==============================
 
2
Usage of environment variables
 
3
==============================
 
4
 
 
5
- The test suite uses the LOGGING variable to determine the PEP 282 logging
 
6
  level.  This should be a decimal number with the following meaning: 10
 
7
  DEBUG, 20 INFO, 30 WARN, 40 ERROR, 50 CRITICAL (default).
 
8
 
 
9
- Some ZEO code still uses environment variables, in particular
 
10
  ZEO_CACHE_TRACE, ZEO_CLIENT, INSTANCE_HOME, ZEO_SERVER_PID.
 
11
 
 
12
- ZOPE_WATCH_CHECKERS used by src/zope/security/checker.py.
 
13
 
 
14
- ZOPE_SERVER_SIMULT_MODE used by src/zope/server/serverchannelbase.py.
 
15
 
 
16
- ZOPE_SERVER_DEBUG used by src/zope/server/linereceiver/lineserverchannel.py.
 
17
 
 
18
- NEW_ZOPE_EXCEPTION_FORMATTER used by src/zope/testing/.
 
19
 
 
20
- PYUNIT_EDITOR, EDITOR, EDITOR_REMOTE used by utilities/unittestgui.py.