Reduce log verbosity

This commit is contained in:
jamesagnew 2015-06-20 10:23:06 -04:00
parent 083c23aa04
commit cadf3eaa95
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {