1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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
commit bf960a6bdc

View file

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