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:
commit
bf960a6bdc
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue