[ZODB-Dev] Shush ClientStorage

Chris Withers chris at simplistix.co.uk
Fri Oct 21 10:39:26 EDT 2005


Hi All,

ZEO's got rather noisy in Zope 2.8 :-S
Anyone mind if I make the following change to the ZEO trunk?

cheers,

Chris

PS: What branches should I merge this to to get it into the next 2.8 
release, assuming it is okay?

Index: ZEO/ClientStorage.py
===================================================================
--- ZEO/ClientStorage.py        (revision 39510)
+++ ZEO/ClientStorage.py        (working copy)
@@ -41,7 +41,7 @@
  logger = logging.getLogger('ZEO.ClientStorage')
  _pid = str(os.getpid())

-def log2(msg, level=logging.INFO, subsys=_pid, exc_info=False):
+def log2(msg, level=logging.DEBUG, subsys=_pid, exc_info=False):
      message = "(%s) %s" % (subsys, msg)
      logger.log(level, message, exc_info=exc_info)


-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the ZODB-Dev mailing list