Skip to content

Commit

Permalink
Reduce log level for informative message
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Tröger <[email protected]>
  • Loading branch information
eht16 committed Jan 10, 2023
1 parent d73be6d commit de93144
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ private String executorName() {
}

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

0 comments on commit de93144

Please sign in to comment.