Reduce log verbosity
This commit is contained in:
parent
083c23aa04
commit
cadf3eaa95
|
@ -89,7 +89,7 @@ public abstract class BaseStructureParser {
|
||||||
myLocallyDefinedClassNames.put(bindingClass, "valueset");
|
myLocallyDefinedClassNames.put(bindingClass, "valueset");
|
||||||
} else {
|
} else {
|
||||||
ourLog.info("No binding found for: {}", theResource.getBinding());
|
ourLog.info("No binding found for: {}", theResource.getBinding());
|
||||||
ourLog.info(" * Valid: {}", new TreeSet<String>(theVsp.getValueSets().keySet()));
|
ourLog.debug(" * Valid: {}", new TreeSet<String>(theVsp.getValueSets().keySet()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (BaseElement next : theResource.getChildren()) {
|
for (BaseElement next : theResource.getChildren()) {
|
||||||
|
|
Loading…
Reference in New Issue