Skip to content

Commit

Permalink
Troubleshooting.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt committed Oct 3, 2023
1 parent 3241892 commit 29ba245
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class RestGetRemoteIndexesAction : BaseRestHandler() {
override fun prepareRequest(request: RestRequest, client: NodeClient): RestChannelConsumer {
log.debug("${request.method()} $ROUTE")
log.info("hurneyt RestGetRemoteIndexesAction::request = {}", request)
log.info("hurneyt RestGetRemoteIndexesAction::request.uri = {}", request.uri())

val includeMappings = request.paramAsBoolean(GetRemoteIndexesRequest.INCLUDE_MAPPINGS_FIELD, false)
log.info("hurneyt RestGetRemoteIndexesAction::includeMappings = {}", includeMappings)
Expand Down

0 comments on commit 29ba245

Please sign in to comment.