Skip to content

Commit

Permalink
Fix small typo in Kibana client logger (elastic#24677)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayden authored Mar 30, 2021
1 parent a01521f commit f1c2489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/kibana/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func NewClientWithConfig(config *ClientConfig) (*Client, error) {
}

log := logp.NewLogger("kibana")
log.Info("Kibana url: %s", kibanaURL)
log.Infof("Kibana url: %s", kibanaURL)

var dialer, tlsDialer transport.Dialer

Expand Down

0 comments on commit f1c2489

Please sign in to comment.