-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Milestone
Description
Docker now supports the following log drivers.
gelf - Graylog Extended Log Format (GELF)
fluentd - Fluentd logging driver for Docker
awslogs - Amazon CloudWatch Logs logging driver for Docker
https://docs.docker.com/engine/reference/logging/overview/
Is there a generic way to add support for new drivers without requiring an update to docker-java library? Perhaps there is a better way to address docker plugin support so that we are not always playing catchup..
Reactions are currently unavailable