[Checkins] SVN: zc.zope3recipes/trunk/zc/zope3recipes/debugzope.py - correction

Alex Chapman achapman at zope.com
Fri Nov 12 17:40:38 EST 2010


Log message for revision 118394:
   - correction
  

Changed:
  U   zc.zope3recipes/trunk/zc/zope3recipes/debugzope.py

-=-
Modified: zc.zope3recipes/trunk/zc/zope3recipes/debugzope.py
===================================================================
--- zc.zope3recipes/trunk/zc/zope3recipes/debugzope.py	2010-11-12 22:38:03 UTC (rev 118393)
+++ zc.zope3recipes/trunk/zc/zope3recipes/debugzope.py	2010-11-12 22:40:37 UTC (rev 118394)
@@ -56,7 +56,7 @@
         args = sys.argv[1:]
 
     options = load_options(args, main_module=main_module)
-    if os.environ.get('zc_debug_logging'):
+    if 'ZC_DEBUG_LOGGING' in os.environ:
         options.configroot.eventlog.startup()
     try:
         globs = zglobals(options.configroot)



More information about the checkins mailing list