Skip to content

Commit

Permalink
Reduce log level for informative message (#203)
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)
  • Loading branch information
eht16 authored and github-actions[bot] committed Sep 5, 2023
1 parent 1b6ae3c commit 713e7dd
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 713e7dd

Please sign in to comment.