mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Add Docker daemon log-driver requirement for logshipping
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user