adjust log level
Original commit: elastic/x-pack-elasticsearch@ddbe44ed25
This commit is contained in:
parent
df491d036f
commit
ab43bde67f
|
@ -105,7 +105,7 @@ public class AlertsStore extends AbstractComponent {
|
||||||
started.set(true);
|
started.set(true);
|
||||||
callback.onSuccess(state);
|
callback.onSuccess(state);
|
||||||
} else {
|
} else {
|
||||||
logger.warn("not all primary shards of the alerts index [{}] are started. scheduled to retry alert loading...", ALERT_INDEX);
|
logger.debug("not all primary shards of the alerts index [{}] are started. scheduled to retry alert loading...", ALERT_INDEX);
|
||||||
retry(callback);
|
retry(callback);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue