mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #35073 from mle-ii/master
Add gelf log driver plugin to Windows build
This commit is contained in:
commit
72e179aa04
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue