merlimat commented on a change in pull request #12: package logrus for project
URL: https://github.com/apache/pulsar-client-go/pull/12#discussion_r284929584
##########
File path: pulsar/impl_partition_producer.go
##########
@@ -172,7 +169,7 @@ func (p *partitionProducer) ConnectionClosed() {
}
func (p *partitionProducer) reconnectToBroker() {
- p.log.Info("Reconnecting to broker")
+ log.Info("reconnecting to broker")
Review comment:
Same as above, without the producer context, this logs is not useful.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services