evalphobia / logrus_fluent

fluentd hooks for logrus
Apache License 2.0
45 stars 22 forks source link

unknown field 'RequestAck' #37

Closed soniah closed 5 years ago

soniah commented 5 years ago

I'm getting the following error in my build. It looks like fluent.Config definition has changed.

/go/pkg/mod/github.com/evalphobia/logrus_fluent@v0.5.4/config.go:53:3: \
  unknown field 'RequestAck' in struct literal of type fluent.Config

Current packages:

% grep 'fluent\|logrus' go.mod
        github.com/evalphobia/logrus_fluent v0.5.4
        github.com/fluent/fluent-logger-golang v0.0.0-20180420045249-90f0f0270701 // indirect
        github.com/sirupsen/logrus v1.2.0
evalphobia commented 5 years ago

@soniah Hi,

RequestAck has been added from these versions,

Update fluent/fluent-logger-golang, otherwise downgrade evalphobia/logrus_fluent.

soniah commented 5 years ago

Thanks, I'll give that a go.