Skip to content

Commit

Permalink
print records also
Browse files Browse the repository at this point in the history
  • Loading branch information
kokizzu committed Feb 28, 2024
1 parent 06376d5 commit 03dbfa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcoreprovider/gcore.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func (p *DnsProvider) Records(rootCtx context.Context) ([]*endpoint.Endpoint, er
}
}
defer log.Debugf("%s: finishing get records: %d", ProviderName, len(result))
log.Debugf("%s: records: %v", ProviderName, result)
return result, nil
}

Expand Down

0 comments on commit 03dbfa0

Please sign in to comment.