Selecting the logging driver for containers
Docker allows you to select the logging driver while starting the Docker daemon. With the release of Docker 18.03, eleven types of logging drivers are supported:
Driver | Description |
None | No logs are available for the container and |
| The logs are formatted as JSON. |
| Writes log messages to the |
| Writes log messages to the |
| Writes log messages to a Graylog Extended Log Format (GELF) endpoint such as Graylog or Logstash. |
| Writes log messages to the |
| Writes log messages to Amazon CloudWatch Logs. |
| Writes log messages to |
| Writes log messages as Event Tracing for Windows (ETW) events (Windows only). |
| Writes log messages to Google Cloud Platform (GCP) logging. |
| Writes log messages to Rapid7 log entries. |