-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42172/
-----------------------------------------------------------
(Updated Jan. 19, 2016, 10:35 a.m.)
Review request for mesos, Benjamin Hindman, Artem Harutyunyan, and Neil Conway.
Changes
-------
Reverted change in summary/description due to change in apply-reviews.py
Summary (updated)
-----------------
Add documentation for logging and ContainerLogger.
Bugs: MESOS-4206
https://issues.apache.org/jira/browse/MESOS-4206
Repository: mesos
Description (updated)
-------
Moves (and updates) logging flags from configuration.md into the new logging.md.
Add documentation for the ContainerLogger.
Adds documentation about logging in Master/Agent/Framework and the
ContainerLogger.
Diffs
-----
docs/configuration.md 1834992907a29f571200fe8422f7c26eaac7d5a0
docs/home.md ff797fb050d710283fa7e648515ec75779e58f65
docs/logging.md PRE-CREATION
docs/modules.md 1aad8e0958554c0219a287dffd6c6fb925edb025
Diff: https://reviews.apache.org/r/42172/diff/
Testing
-------
Previewed on GitHub and via:
```
docker build -t mesos/website support/site-docker
docker run -it --rm -p 4567:4567 -v /path/to/mesos:/mesos mesos/website
```
Thanks,
Joseph Wu