Add Docker daemon log-driver requirement for logshipping

This commit is contained in:
Sebastiaan van Steenis
2018-09-23 08:36:25 -07:00
committed by Denise
parent 807946ea6f
commit c8bfbd6b23
@@ -14,6 +14,15 @@ Rancher supports the following services:
- [Kafka]({{< baseurl >}}/rancher/v2.x/en/tools/logging/kafka)
- [Syslog]({{< baseurl >}}/rancher/v2.x/en/tools/logging/syslog)
## Requirements
Docker daemon should be [configured](https://docs.docker.com/config/containers/logging/configure/) with the (default) log-driver: `json-file`. You can check the log-driver by running the following command:
```
$ docker info | grep 'Logging Driver'
Logging Driver: json-file
```
## Advantages
Setting up a logging service to collect logs from your cluster/project is helpful several ways: