-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41002/
-----------------------------------------------------------
(Updated Dec. 20, 2015, 4:39 p.m.)
Review request for mesos, Benjamin Hindman, Cody Maloney, Artem Harutyunyan,
and Thomas Rampelberg.
Changes
-------
Remove `subprocess` arguments except for pipes. Added `validate` function.
Bugs: MESOS-4087
https://issues.apache.org/jira/browse/MESOS-4087
Repository: mesos
Description
-------
The container logger is an agent module whose job is to take an executor or
task's stdout/stderr, and pipe it to some sink.
Existing executor and task stdout/stderr are piped into files ("stdout" and
"stderr") located in the executor's sandbox directory.
This module aims to encompass this default behavior as well as allow more
sophisticated logging solutions.
Diffs (updated)
-----
include/mesos/slave/container_logger.hpp PRE-CREATION
Diff: https://reviews.apache.org/r/41002/diff/
Testing
-------
This is added to the Makefile later in the review chain.
Thanks,
Joseph Wu