-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41061/
-----------------------------------------------------------
(Updated Dec. 15, 2015, 11:25 a.m.)
Review request for mesos, Benjamin Hindman and Artem Harutyunyan.
Changes
-------
Change `container_logger_options` to an `Option<string>`. Fix
summary/description.
Summary (updated)
-----------------
Logger Module: Add container_logger and container_logger_options flags to the
agent.
Bugs: MESOS-4087
https://issues.apache.org/jira/browse/MESOS-4087
Repository: mesos
Description (updated)
-------
`--container_logger` is the container logger module the agent should use.
`--container_logger_options` is an arbitrary string which is passed into the
container logger module during initialization.
Diffs (updated)
-----
src/slave/flags.hpp 1250786d1bdc8b312a1912a37ac8aac373dd5ec9
src/slave/flags.cpp c4343ab7ff7b7b4d2c335119d41319b0779d2806
Diff: https://reviews.apache.org/r/41061/diff/
Testing
-------
make
Thanks,
Joseph Wu