Commit 593f2303 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 4a1f099f
......@@ -376,6 +376,7 @@ class ZEOServer:
# 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():
......
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