Skip to content

Commit

Permalink
Reduce log level for informative message (#1218) (#1230)
Browse files Browse the repository at this point in the history
(cherry picked from commit 941d457)

Signed-off-by: Enrico Tröger <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 3681003 commit d0fe53d
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 d0fe53d

Please sign in to comment.