Author: justi9
Date: 2008-12-16 11:39:07 -0500 (Tue, 16 Dec 2008)
New Revision: 3005
Modified:
mgmt/trunk/mint/python/mint/__init__.py
Log:
Fix a logging error
Modified: mgmt/trunk/mint/python/mint/__init__.py
===================================================================
--- mgmt/trunk/mint/python/mint/__init__.py 2008-12-16 14:44:41 UTC (rev 3004)
+++ mgmt/trunk/mint/python/mint/__init__.py 2008-12-16 16:39:07 UTC (rev 3005)
@@ -32,7 +32,7 @@
pass
# get better thread switching performance
-sys.setcheckinterval(25)
+sys.setcheckinterval(200)
Broker.sqlmeta.addColumn(ForeignKey("BrokerRegistration",
@@ -353,9 +353,6 @@
self.outstandingMethodCalls = dict()
- if self.debug:
- log.setLevel(logging.DEBUG)
-
def lock(self):
self.__lock.acquire()
Show replies by date