fixup logger caller skip count
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
aa946c469a
commit
d559db4050
2
kgo.go
2
kgo.go
@ -413,7 +413,7 @@ func NewBroker(opts ...broker.Option) *Broker {
|
|||||||
kgo.DialTimeout(3 * time.Second),
|
kgo.DialTimeout(3 * time.Second),
|
||||||
kgo.DisableIdempotentWrite(),
|
kgo.DisableIdempotentWrite(),
|
||||||
kgo.ProducerBatchCompression(kgo.NoCompression()),
|
kgo.ProducerBatchCompression(kgo.NoCompression()),
|
||||||
kgo.WithLogger(&mlogger{l: options.Logger.Clone(logger.WithCallerSkipCount(options.Logger.Options().CallerSkipCount + 1)), ctx: options.Context}),
|
kgo.WithLogger(&mlogger{l: options.Logger.Clone(logger.WithCallerSkipCount(options.Logger.Options().CallerSkipCount + 2)), ctx: options.Context}),
|
||||||
kgo.SeedBrokers(kaddrs...),
|
kgo.SeedBrokers(kaddrs...),
|
||||||
kgo.RetryBackoffFn(DefaultRetryBackoffFn),
|
kgo.RetryBackoffFn(DefaultRetryBackoffFn),
|
||||||
kgo.BlockRebalanceOnPoll(),
|
kgo.BlockRebalanceOnPoll(),
|
||||||
|
Loading…
Reference in New Issue
Block a user