-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41003/
-----------------------------------------------------------
(Updated Dec. 11, 2015, 4:39 p.m.)
Review request for mesos, Benjamin Hindman, Cody Maloney, and Artem Harutyunyan.
Changes
-------
Rename from ExecutorLogger to ContainerLogger.
Summary (updated)
-----------------
Logger Module: Add the SandboxContainerLogger, the default ContainerLogger
implementation.
Bugs: MESOS-4087
https://issues.apache.org/jira/browse/MESOS-4087
Repository: mesos
Description
-------
This implementation mirrors how executor/task stdout/stderr is currently saved
to plain files.
Diffs (updated)
-----
src/slave/container_loggers/sandbox.hpp PRE-CREATION
src/slave/container_loggers/sandbox.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/41003/diff/
Testing
-------
This is added to the Makefile later in the review chain.
Thanks,
Joseph Wu