Skip to content

Commit

Permalink
chore: what is failing here?
Browse files Browse the repository at this point in the history
  • Loading branch information
kashalls committed Sep 16, 2024
1 parent d5959cc commit 5072655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/unifi/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ func (c *httpClient) CreateEndpoint(endpoint *endpoint.Endpoint) (*DNSRecord, er
TTL: endpoint.RecordTTL,
Value: endpoint.Targets[0],
})
log.With(zap.ByteString("body", jsonBody), zap.Error(err)).Debug("Client CreateEndpoint")
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 5072655

Please sign in to comment.