Skip to content

Commit

Permalink
Troubleshooting.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
  • Loading branch information
AWSHurneyt committed Feb 2, 2024
1 parent 3df82d0 commit 31eec95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ class TransportGetRemoteIndexesAction @Inject constructor(
val clusterIndexList = mutableListOf<ClusterIndex>()
if (clusterHealthResponse != null) {
indexes.forEach {
log.info("hurneyt TransportGetRemoteIndexesAction::indexes.forEach it = {}", it)
clusterIndexList.add(
ClusterIndex(
indexName = it,
Expand Down

0 comments on commit 31eec95

Please sign in to comment.