Skip to content

Commit

Permalink
Reduce log level for informative message (opensearch-project#203)
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Tröger <[email protected]>
  • Loading branch information
eht16 authored and engechas committed Mar 14, 2024
1 parent 04423ef commit fbc0416
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 fbc0416

Please sign in to comment.