From 941d457e39a5f6a2fd63c77fa02ec1011fbc5a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Thu, 5 Oct 2023 19:20:07 +0200 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 --- .../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 c2c1c7355..c9b730f1f 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)