Skip to content

Commit

Permalink
Reduce log level for informative message (#203) (#833)
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Tröger <enrico.troeger@uvena.de>
Co-authored-by: Enrico Tröger <enrico.troeger@uvena.de>
  • Loading branch information
jowg-amazon and eht16 authored Feb 6, 2024
1 parent f561975 commit b8a9cea
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 b8a9cea

Please sign in to comment.