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 <[email protected]>
(cherry picked from commit e77a7d9)
  • Loading branch information
eht16 authored and github-actions[bot] committed Mar 13, 2024
1 parent 7fbe7c0 commit f696ff7
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");

Check warning on line 246 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#L246

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

0 comments on commit f696ff7

Please sign in to comment.