[Zodb-checkins] CVS: Zope3/lib/python/ZEO - ClientStorage.py:1.48
Guido van Rossum
guido@python.org
Thu, 19 Dec 2002 16:39:41 -0500
Update of /cvs-repository/Zope3/lib/python/ZEO
In directory cvs.zope.org:/tmp/cvs-serv4326
Modified Files:
ClientStorage.py
Log Message:
The getLogger argument should use dot, not colon as separator.
=== Zope3/lib/python/ZEO/ClientStorage.py 1.47 => 1.48 ===
--- Zope3/lib/python/ZEO/ClientStorage.py:1.47 Thu Dec 19 16:20:16 2002
+++ Zope3/lib/python/ZEO/ClientStorage.py Thu Dec 19 16:39:40 2002
@@ -172,7 +172,7 @@
true.
"""
- self.logger = logging.getLogger("ZCS:%d" % os.getpid())
+ self.logger = logging.getLogger("ZCS.%d" % os.getpid())
self.logger.warn("%s (pid=%d) created %s/%s for storage: %r",
self.__class__.__name__,