Commit c9c2ab6e authored by Mahesh Maney R's avatar Mahesh Maney R
Browse files

adding logger <ManeyMR>.

Showing with 1 addition and 0 deletions
+1 -0
......@@ -73,6 +73,7 @@ public class KeycloakTokenRetriever {
String responseBody = EntityUtils.toString(response.getEntity());
logger.info("Response body: {}", responseBody);
JsonNode jsonNode = mapper.readTree(responseBody);
logger.info("jsonNode : {}", jsonNode);
return jsonNode;
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment