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
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to