Windows: Enable fluentd logdriver
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
64a42d656b
commit
cff9679c6c
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue