RE: [ZODB-Dev] Shush ClientStorage

2005-10-25 Thread Tim Peters
[Chris Withers] >>> ZEO's got rather noisy in Zope 2.8 :-S [Tim Peters] >> Offhand I didn't find any message logged at INFO level by >> ClientStorage.py in ZODB 3.4 (Zope 2.8) that wasn't also logged at INFO >> level by ClientStorage.py in ZODB 3.2 (Zope 2.7). What specifically do >> you find noi

Re: [ZODB-Dev] Shush ClientStorage

2005-10-25 Thread Chris Withers
Tim Peters wrote: ZEO's got rather noisy in Zope 2.8 :-S Offhand I didn't find any message logged at INFO level by ClientStorage.py in ZODB 3.4 (Zope 2.8) that wasn't also logged at INFO level by ClientStorage.py in ZODB 3.2 (Zope 2.7). What specifically do you find noisier under 2.8 than unde

Re: [ZODB-Dev] Shush ClientStorage

2005-10-21 Thread Dieter Maurer
Chris Withers wrote at 2005-10-21 15:39 +0100: >ZEO's got rather noisy in Zope 2.8 :-S >Anyone mind if I make the following change to the ZEO trunk? Yes, I mind! I find many of the INFO level messages useful but would not like to see all "DEBUG" messages... What do you think of patching *your* c

RE: [ZODB-Dev] Shush ClientStorage

2005-10-21 Thread Tim Peters
[Chris Withers] > ZEO's got rather noisy in Zope 2.8 :-S Offhand I didn't find any message logged at INFO level by ClientStorage.py in ZODB 3.4 (Zope 2.8) that wasn't also logged at INFO level by ClientStorage.py in ZODB 3.2 (Zope 2.7). What specifically do you find noisier under 2.8 than under 2

[ZODB-Dev] Shush ClientStorage

2005-10-21 Thread Chris Withers
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 ==