mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 13:55:57 +00:00
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);
|
||||
callback.onSuccess(state);
|
||||
} 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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user