Skip to content

Commit

Permalink
changed log from warn to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnaksaxena committed Jul 7, 2023
1 parent db5f409 commit 8172373
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 8172373

Please sign in to comment.