From d0fe53d24f98e5030ddf6ee8ac22025d1578f768 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 09:38:29 -0700 Subject: [PATCH] Reduce log level for informative message (#1218) (#1230) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 941d457e39a5f6a2fd63c77fa02ec1011fbc5a9b) Signed-off-by: Enrico Tröger Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .../main/kotlin/org/opensearch/alerting/alerts/AlertIndices.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerting/src/main/kotlin/org/opensearch/alerting/alerts/AlertIndices.kt b/alerting/src/main/kotlin/org/opensearch/alerting/alerts/AlertIndices.kt index bf8701c0f..ae5b53bd0 100644 --- a/alerting/src/main/kotlin/org/opensearch/alerting/alerts/AlertIndices.kt +++ b/alerting/src/main/kotlin/org/opensearch/alerting/alerts/AlertIndices.kt @@ -477,7 +477,7 @@ class AlertIndices( } private fun deleteOldIndices(tag: String, indices: String) { - logger.error("info deleteOldIndices") + logger.info("info deleteOldIndices") val clusterStateRequest = ClusterStateRequest() .clear() .indices(indices)