2023-02-07 12:19:01 +11:00

13 lines
482 B
Markdown

# Fluentd basic demo
<a href="https://youtu.be/MMVdkzeQ848" title="fluentd-intro"><img src="https://i.ytimg.com/vi/MMVdkzeQ848/hqdefault.jpg" width="20%" alt="fluentd-intro" /></a>
Check out the [video](https://youtu.be/MMVdkzeQ848)
In my video: Introduction to logging <br/>
I run fluentd locally <br/>
I collect all local container logs into the `./logs` folder <br/>
Fluentd collects all the logs of the containers running on my machine.
```
docker-compose up
```