[Zodb-checkins] CVS: ZODB3/ZEO/zrpc - log.py:1.7
Jeremy Hylton
jeremy@zope.com
Thu, 12 Dec 2002 16:21:48 -0500
Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv9473
Modified Files:
log.py
Log Message:
Make the REPR_LIMIT a little longer. Helps see tpc_begin args.
=== ZODB3/ZEO/zrpc/log.py 1.6 => 1.7 ===
--- ZODB3/ZEO/zrpc/log.py:1.6 Sat Sep 28 23:10:03 2002
+++ ZODB3/ZEO/zrpc/log.py Thu Dec 12 16:21:47 2002
@@ -30,7 +30,7 @@
label = "%s:%s" % (label, threading.currentThread().getName())
zLOG.LOG(label, level, message, error=error)
-REPR_LIMIT = 40
+REPR_LIMIT = 60
def short_repr(obj):
"Return an object repr limited to REPR_LIMIT bytes."