fixup logger caller skip count
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
		
							
								
								
									
										2
									
								
								kgo.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								kgo.go
									
									
									
									
									
								
							| @@ -413,7 +413,7 @@ func NewBroker(opts ...broker.Option) *Broker { | ||||
| 		kgo.DialTimeout(3 * time.Second), | ||||
| 		kgo.DisableIdempotentWrite(), | ||||
| 		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.RetryBackoffFn(DefaultRetryBackoffFn), | ||||
| 		kgo.BlockRebalanceOnPoll(), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user