Skip to content

Commit

Permalink
Reduce log level for informative message (#203) (#917)
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Tröger <[email protected]>
(cherry picked from commit e77a7d9)

Co-authored-by: Enrico Tröger <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and eht16 authored Mar 22, 2024
1 parent 332df4c commit 68f37d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ private String executorName() {
}

private void deleteOldIndices(String tag, String... indices) {
logger.info("info deleteOldIndices");
ClusterStateRequest clusterStateRequest = new ClusterStateRequest()
.clear()
.indices(indices)
Expand Down

0 comments on commit 68f37d3

Please sign in to comment.