Skip to content

Commit

Permalink
changed log from warn to debug
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnak Saxena <ronsax@amazon.com>
  • Loading branch information
ronnaksaxena committed Jul 7, 2023
1 parent 9afda71 commit 1df2290
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class ManagedIndexCoordinator(
suspend fun sweepClusterChangedEvent(event: ClusterChangedEvent) {
// If IM config doesn't exist skip
if (!ismIndices.indexManagementIndexExists()) {
logger.warn("[.opendistro-ism-config] config index does not exist")
logger.debug("[.opendistro-ism-config] config index does not exist")
return
}
// indices delete event
Expand Down

0 comments on commit 1df2290

Please sign in to comment.