Skip to content

Commit

Permalink
Merge pull request #43147 from PettitWesley/backport-fluentd-fix
Browse files Browse the repository at this point in the history
[20.10 backport] backport fluentd log driver async connect fix
  • Loading branch information
thaJeztah committed Jan 20, 2022
2 parents b106f7d + f9df098 commit 22ff2ed
Show file tree
Hide file tree
Showing 5 changed files with 409 additions and 86 deletions.
1 change: 1 addition & 0 deletions daemon/logger/fluentd/fluentd.go
Expand Up @@ -242,6 +242,7 @@ func parseConfig(cfg map[string]string) (fluent.Config, error) {
AsyncConnect: asyncConnect,
SubSecondPrecision: subSecondPrecision,
RequestAck: requestAck,
ForceStopAsyncSend: async || asyncConnect,
}

return config, nil
Expand Down
2 changes: 1 addition & 1 deletion vendor.conf
Expand Up @@ -106,7 +106,7 @@ github.com/godbus/dbus/v5 37bf87eef99d69c4f1d3528bd66e
github.com/Graylog2/go-gelf 1550ee647df0510058c9d67a45c56f18911d80b8 # v2 branch

# fluent-logger-golang deps
github.com/fluent/fluent-logger-golang 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b # v1.4.0
github.com/fluent/fluent-logger-golang 0b652e850a9140d0b1db6390d8925d0601e952db # v1.8.0
github.com/philhofer/fwd bb6d471dc95d4fe11e432687f8b70ff496cf3136 # v1.0.0
github.com/tinylib/msgp af6442a0fcf6e2a1b824f70dd0c734f01e817751 # v1.1.0

Expand Down
112 changes: 107 additions & 5 deletions vendor/github.com/fluent/fluent-logger-golang/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 22ff2ed

Please sign in to comment.