Skip to content

Commit

Permalink
Reduce log level for informative message
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Dec 17, 2022
1 parent d73be6d commit 8f9f3ff
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");

Check warning on line 236 in src/main/java/org/opensearch/securityanalytics/indexmanagment/DetectorIndexManagementService.java

View check run for this annotation

Codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/indexmanagment/DetectorIndexManagementService.java#L236

Added line #L236 was not covered by tests
ClusterStateRequest clusterStateRequest = new ClusterStateRequest()
.clear()
.indices(indices)
Expand Down

0 comments on commit 8f9f3ff

Please sign in to comment.