Skip to content

Commit

Permalink
Add log about catalyst api url
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Jul 26, 2024
1 parent cea4acc commit d6866a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ func main() {
broker = misttriggers.NewTriggerBroker()

catalystApiURL := resolveCatalystApiURL(cli)
glog.Infof("Using Catalyst API URL: %s", catalystApiURL)

serfMembersEndpoint := cli.SerfMembersEndpoint
if serfMembersEndpoint == "" {
serfMembersEndpoint = cli.OwnInternalURL() + "/api/serf/members"
Expand Down

0 comments on commit d6866a4

Please sign in to comment.