[ZODB-Dev] Caceh Flip Log Message

Guido van Rossum guido@python.org
Thu, 21 Nov 2002 13:20:05 -0500


> Those cache flip log messages, how do you tell which of my three
> ClientStorages each one came from?

You don't, currently.  I could easily add the storage name to the log
message; this is the only thing the cache knows (it doesn't do any I/O
directly with the storage, that's all up to the ClientStorage).

--Guido van Rossum (home page: http://www.python.org/~guido/)