mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Merge pull request #35073 from mle-ii/master
Add gelf log driver plugin to Windows build Upstream-commit: 72e179aa04999c141db96688adabfe5bcdac8293 Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user