Add gelf log driver plugin to Windows build
Signed-off-by: Mike Estes <mle_ii@yahoo.com>
This commit is contained in:
parent
595b929c57
commit
10b449b997
3 changed files with 1 additions and 5 deletions
|
@ -6,6 +6,7 @@ import (
|
||||||
_ "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/fluentd"
|
||||||
|
_ "github.com/docker/docker/daemon/logger/gelf"
|
||||||
_ "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"
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// +build linux
|
|
||||||
|
|
||||||
// Package gelf provides the log driver for forwarding server logs to
|
// Package gelf provides the log driver for forwarding server logs to
|
||||||
// endpoints that support the Graylog Extended Log Format.
|
// endpoints that support the Graylog Extended Log Format.
|
||||||
package gelf
|
package gelf
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
// +build !linux
|
|
||||||
|
|
||||||
package gelf
|
|
Loading…
Reference in a new issue