mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-04 16:56:56 +00:00
482 B
482 B
Fluentd basic demo
Check out the video
In my video: Introduction to logging
I run fluentd locally
I collect all local container logs into the ./logs
folder
Fluentd collects all the logs of the containers running on my machine.
docker-compose up