# Fluentd basic demo fluentd-intro Check out the [video](https://youtu.be/MMVdkzeQ848) 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 ```