-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41783/
-----------------------------------------------------------
(Updated Jan. 19, 2016, 7:41 p.m.)
Review request for mesos, Benjamin Hindman and Artem Harutyunyan.
Changes
-------
Rename from "rotate" to "logrotate".
Refactored rotate.cpp (now logrotate.cpp) a bit.
Summary (updated)
-----------------
Logger Module: Implement the rotating container logger module.
Bugs: MESOS-4136
https://issues.apache.org/jira/browse/MESOS-4136
Repository: mesos
Description (updated)
-------
Adds a non-default ContainerLogger that constrains total log size by rotating
logs (i.e. renaming the head log file).
Diffs (updated)
-----
src/slave/container_loggers/lib_logrotate.hpp PRE-CREATION
src/slave/container_loggers/lib_logrotate.cpp PRE-CREATION
src/slave/container_loggers/logrotate.hpp PRE-CREATION
src/slave/container_loggers/logrotate.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/41783/diff/
Testing
-------
make check
Thanks,
Joseph Wu