/logprett

Collect all the logs from all docker containers

Primary LanguageJavaScriptMIT LicenseMIT

logprett

Collect all the logs from all docker containers and prettify. For use with the Bunyan logger.

Docker Usage

docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock yerhabe/logprett

Data format

bunyan CLI screenshot

Notes

Please note that this container must be run with the -it flag to ensure that the coloring is passed to stdout properly.

License

MIT