Skip to content

Commit

Permalink
Adding development logs.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt committed Aug 17, 2023
1 parent 53b340a commit ba800d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class GetRemoteIndexesLatencyRequest : ActionRequest {
log.info("hurneyt GetRemoteIndexesLatencyRequest::parse xcp.map.keys = ${xcp?.map()?.keys?.joinToString(", ")}")
log.info("hurneyt GetRemoteIndexesLatencyRequest::parse xcp.currentToken() = ${xcp?.currentToken()?.name}")

ensureExpectedToken(XContentParser.Token.START_OBJECT, xcp.currentToken(), xcp)
ensureExpectedToken(XContentParser.Token.START_OBJECT, xcp.nextToken(), xcp)
while (xcp.nextToken() != XContentParser.Token.END_OBJECT) {
val fieldName = xcp.currentName()
log.info("hurneyt GetRemoteIndexesLatencyRequest::parse fieldName = $fieldName")
Expand Down

0 comments on commit ba800d5

Please sign in to comment.