Skip to content

Commit

Permalink
Merge pull request #5672 from DataDog/jpbempel/rc-log-request
Browse files Browse the repository at this point in the history
Add debug log when sending RC request
  • Loading branch information
jpbempel authored Aug 8, 2023
2 parents 5bad76d + dbc112f commit b023c07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ private Response fetchConfiguration() throws IOException {
if (request == null) {
throw new IOException("Endpoint has not been discovered yet");
}
log.debug("Sending Remote configuration request: {}", request);
Call call = this.httpClient.newCall(request);
return call.execute();
}
Expand Down

0 comments on commit b023c07

Please sign in to comment.