cwconfig.py
branchstable
changeset 3641 cf30e4498674
parent 3640 baa21e8d22c1
child 3915 2d23304289a6
--- a/cwconfig.py	Mon Oct 12 12:57:48 2009 +0200
+++ b/cwconfig.py	Mon Oct 12 13:12:52 2009 +0200
@@ -212,7 +212,7 @@
     # nor remove appobjects based on unused interface
     cleanup_interface_sobjects = True
     # debug mode
-    debug = False
+    debugmode = False
 
     if os.environ.get('APYCOT_ROOT'):
         mode = 'test'
@@ -565,7 +565,7 @@
                 logthreshold = 'DEBUG'
             else:
                 logthreshold = self['log-threshold']
-        self.debug = debug
+        self.debugmode = debug
         init_log(debug, syslog, logthreshold, logfile, self.log_format)
         # configure simpleTal logger
         logging.getLogger('simpleTAL').setLevel(logging.ERROR)