Skip to content

Commit

Permalink
Debug director data (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredBroda authored Sep 17, 2020
1 parent 3b09069 commit f01b78a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ func register(client vaas.Client, cfg CommonConfig, weight int, dcName string, t
Tags: tags,
ResourceURI: "",
}
log.Infof("Adding address %q port %d to director %q (%d)", cfg.Address, cfg.Port, director.Name, director.ID)
backendID, err := client.AddBackend(&backend)

if err == nil {
Expand Down

0 comments on commit f01b78a

Please sign in to comment.