From c34891469860621fd817573d5e111b767448e5de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Oct 2023 17:20:26 +0000 Subject: [PATCH] Reduce log level for informative message (#1218) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Enrico Tröger (cherry picked from commit 941d457e39a5f6a2fd63c77fa02ec1011fbc5a9b) Signed-off-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)