We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2215dc8 commit 2b8b317Copy full SHA for 2b8b317
x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/MlConfigMigrator.java
@@ -677,7 +677,7 @@ static Set<String> documentsNotWritten(BulkResponse response) {
677
logger.info("failed to index ml configuration [" + itemResponse.getFailure().getId() + "], " +
678
itemResponse.getFailure().getMessage());
679
} else {
680
- logger.info("ml configuration [" + itemResponse.getId() + "] indexed");
+ logger.debug("ml configuration [" + itemResponse.getId() + "] indexed");
681
}
682
683
return failedDocumentIds;
0 commit comments