Commit e2ab28a3 authored by Guido van Rossum's avatar Guido van Rossum

Add a log message to the SIGUSR2 handler *after* rotating the log, so

it goes to the start of the new log file.
parent 1acac671
...@@ -376,6 +376,7 @@ class ZEOServer: ...@@ -376,6 +376,7 @@ class ZEOServer:
# XXX Shouldn't this be below with _log()? # XXX Shouldn't this be below with _log()?
import zLOG import zLOG
zLOG.initialize() zLOG.initialize()
info("reinitialized zLOG")
def close_storages(self): def close_storages(self):
for name, storage in self.storages.items(): for name, storage in self.storages.items():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment