Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 821 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 821 Bytes

mesos-external-container-logger

This is a container logger module for Mesos that redirects container logs to an external process.

It is a port to Mesos 1.7+ of the ExternalContainerLogger module developed in MESOS-6003. Read the documentation or this blog post for more information and some example use cases.

The module has been compiled for Debian 8 (jessie) and Debian testing (buster). Use the compile.sh and optionally the build-mesos.sh scripts to build the module for other distributions. CMake 3.0.0 or later is required to build.

Credits

Thanks @wjoel for the creation and sheparding of this project.