adjust log level

Original commit: elastic/x-pack-elasticsearch@ddbe44ed25
This commit is contained in:
Martijn van Groningen 2015-02-25 22:26:23 +01:00
parent df491d036f
commit ab43bde67f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}