Files
swift/test/unit/obj/test_ssync.py
Samuel Merritt 26538d3f62 Make multiprocess reconstructor's logs more readable.
Much like the multiprocess object replicator, the reconstructor runs
multiple concurrent worker processes who all log to the same
destination. We re-use the same solution: prepend a prefix with the
worker index and the pid to all the logs emitted from each worker
process.

Example log line:

    [worker 12/24 pid=8539] I did a thing

Change-Id: Ie2f98201193952be4d387bbb01c7c6fccc017a8a
2018-04-25 11:18:35 -07:00

74 KiB