Skip to content

Commit 8c6a98d

Browse files
Added more logging
1 parent e890000 commit 8c6a98d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/micrometer/release/train/VersionToBranchConverter.java

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ private boolean doesBranchExist(String branch) throws IOException, InterruptedEx
8080
.header("Authorization", "Bearer " + githubToken)
8181
.header("Accept", "application/vnd.github.v3+json")
8282
.build();
83+
log.info("Will send a GET request to {}", branchUrl);
8384
HttpResponse<String> response = httpClient.send(request, HttpResponse.BodyHandlers.ofString());
8485
log.info("Got the following response status code: {}", response.statusCode());
8586
log.info("Got the following response: {}", response.body());

0 commit comments

Comments
 (0)