zeek/testing/btest/Baseline/supervisor.config-cluster-leftover-log-archival
Jon Siwek 11949ce37a Implement leftover log rotation/archival for supervised nodes
This helps prevent a node from being killed/crashing in the middle
of writing a log, restarting, and eventually clobbering that log
file that never underwent the rotation/archival process.

The old `archive-log` and `post-terminate` scripts as used by
ZeekControl previously implemented this behavior, but the new logic is
entirely in the ASCII writer.  It uses ".shadow" log files stored
alongside the real log to help detect such scenarios and rotate them
correctly upon the next startup of the Zeek process.
2020-07-07 18:39:23 -07:00
..
test.default.log Implement leftover log rotation/archival for supervised nodes 2020-07-07 18:39:23 -07:00
test.postproc.log Implement leftover log rotation/archival for supervised nodes 2020-07-07 18:39:23 -07:00
zeek.logger-1.postproc.out Implement leftover log rotation/archival for supervised nodes 2020-07-07 18:39:23 -07:00