mcollina / docker-loghose

Collect all the logs from all docker containers
MIT License
63 stars 15 forks source link

Implement Docker plugin to read logs #27

Open megastef opened 6 years ago

megastef commented 6 years ago

There is a new way to capture logs from Docker: Implementing Docker plugin API endpoints and reading logs from fifo. See https://docs.docker.com/engine/extend/plugins_logging/

I'm not sure if we can keep the same API, a docker plugin might require a new module or separate the parser as module to re-use the parser in modules implementing Docker logging plugin API.