Skip to content

Commit

Permalink
Add a trace to see where it's failing
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet committed Jan 9, 2025
1 parent 898ca1b commit 67c4bbc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@ public String getLicense() throws ElasticsearchClientException {
if (license != null) {
return license;
}

// TODO Remove this line
logger.fatal("get / = {}", httpGet(null));

logger.debug("get license");
String response = httpGet("_license");
// We parse the response
Expand Down

0 comments on commit 67c4bbc

Please sign in to comment.