Merge pull request #28189 from Microsoft/jjh/fluentd

Windows: Enable fluentd logdriver
This commit is contained in:
Brian Goff
2016-11-09 11:28:37 -05:00
committed by GitHub

View File

@@ -5,6 +5,7 @@ import (
// therefore they register themselves to the logdriver factory.
_ "github.com/docker/docker/daemon/logger/awslogs"
_ "github.com/docker/docker/daemon/logger/etwlogs"
_ "github.com/docker/docker/daemon/logger/fluentd"
_ "github.com/docker/docker/daemon/logger/jsonfilelog"
_ "github.com/docker/docker/daemon/logger/logentries"
_ "github.com/docker/docker/daemon/logger/splunk"