[Zope-Checkins] CVS: ZODB3/ZEO - runsvr.py:1.20
Guido van Rossum
guido@python.org
Fri, 20 Dec 2002 15:47:46 -0500
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv21630
Modified Files:
runsvr.py
Log Message:
Add a log message to the SIGUSR2 handler *after* rotating the log, so
it goes to the start of the new log file.
=== ZODB3/ZEO/runsvr.py 1.19 => 1.20 ===
--- ZODB3/ZEO/runsvr.py:1.19 Fri Dec 13 16:33:58 2002
+++ ZODB3/ZEO/runsvr.py Fri Dec 20 15:47:46 2002
@@ -376,6 +376,7 @@
# XXX Shouldn't this be below with _log()?
import zLOG
zLOG.initialize()
+ info("reinitialized zLOG")
def close_storages(self):
for name, storage in self.storages.items():