Skip to content

Commit

Permalink
Tweak log message
Browse files Browse the repository at this point in the history
  • Loading branch information
dehort committed Oct 1, 2024
1 parent ff358cd commit 7b8f0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {
}

l.Log.Infof("Listening to Kafka at: %s, topic: %v", brokers.String(), superkeyTopic)
l.Log.Infof("Talking to Sources API at: [%v] using PSK [%v]", fmt.Sprintf("%v://%v:%v", conf.SourcesScheme, conf.SourcesHost, conf.SourcesPort), conf.SourcesPSK)
l.Log.Infof("Talking to Sources API at: [%v]", fmt.Sprintf("%v://%v:%v", conf.SourcesScheme, conf.SourcesHost, conf.SourcesPort))

reader, err := kafka.GetReader(&kafka.Options{
BrokerConfig: conf.KafkaBrokerConfig,
Expand Down

0 comments on commit 7b8f0a0

Please sign in to comment.