Skip to content

Commit

Permalink
Reduce log level for informative message (#1218)
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Tröger <enrico.troeger@uvena.de>
  • Loading branch information
eht16 authored Oct 5, 2023
1 parent 0a15bfd commit 941d457
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 941d457

Please sign in to comment.