Skip to content

Commit

Permalink
Reduce log level for informative message (#203) (#916)
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Tröger <enrico.troeger@uvena.de>
(cherry picked from commit e77a7d9)

Co-authored-by: Enrico Tröger <enrico.troeger@uvena.de>
  • Loading branch information
opensearch-trigger-bot[bot] and eht16 authored Mar 22, 2024
1 parent 4139155 commit 88140d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,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 88140d1

Please sign in to comment.