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 07e97a6 commit 2481caeCopy full SHA for 2481cae
elasticsearch-mapping/src/main/java/org/elasticsearch/mapping/QueryHelper.java
@@ -535,7 +535,7 @@ private String[][] includeExcludes(String fetchContext) {
535
includes.addAll(sourceFetchContext.getIncludes());
536
excludes.addAll(sourceFetchContext.getExcludes());
537
} else {
538
- LOGGER.warn("Unable to find fetch context <" + fetchContext + "> for class <" + clazz.getName() + ">. It will be ignored.");
+ LOGGER.debug("Unable to find fetch context <" + fetchContext + "> for class <" + clazz.getName() + ">. It will be ignored.");
539
}
540
541
0 commit comments