marcel-dempers b0a6b7af40 wip
2020-09-27 15:29:14 +10:00

11 lines
318 B
Markdown

# Fluentd basic demo
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
```