Add gelf log driver plugin to Windows build

Signed-off-by: Mike Estes <mle_ii@yahoo.com>
This commit is contained in:
Mike Estes 2017-10-03 12:42:54 -07:00
parent 595b929c57
commit 10b449b997
3 changed files with 1 additions and 5 deletions

View File

@ -6,6 +6,7 @@ import (
_ "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/gelf"
_ "github.com/docker/docker/daemon/logger/jsonfilelog"
_ "github.com/docker/docker/daemon/logger/logentries"
_ "github.com/docker/docker/daemon/logger/splunk"

View File

@ -1,5 +1,3 @@
// +build linux
// Package gelf provides the log driver for forwarding server logs to
// endpoints that support the Graylog Extended Log Format.
package gelf

View File

@ -1,3 +0,0 @@
// +build !linux
package gelf