Add some logging
This commit is contained in:
parent
0f269a1ab1
commit
22b8e05b1f
|
@ -836,10 +836,12 @@ public abstract class BaseHapiTerminologySvcImpl implements IHapiTerminologySvc
|
||||||
storeNewCodeSystemVersion(codeSystemResourcePid, theCodeSystemResource.getUrl(), theCodeSystemResource.getName(), theCodeSystemVersion);
|
storeNewCodeSystemVersion(codeSystemResourcePid, theCodeSystemResource.getUrl(), theCodeSystemResource.getName(), theCodeSystemVersion);
|
||||||
|
|
||||||
for (ValueSet nextValueSet : theValueSets) {
|
for (ValueSet nextValueSet : theValueSets) {
|
||||||
|
ourLog.info("Creating ValueSet: {}", nextValueSet.getId());
|
||||||
createOrUpdateValueSet(nextValueSet, theRequestDetails);
|
createOrUpdateValueSet(nextValueSet, theRequestDetails);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (ConceptMap nextConceptMap : theConceptMaps) {
|
for (ConceptMap nextConceptMap : theConceptMaps) {
|
||||||
|
ourLog.info("Creating ConceptMap: {}", nextConceptMap.getId());
|
||||||
createOrUpdateConceptMap(nextConceptMap, theRequestDetails);
|
createOrUpdateConceptMap(nextConceptMap, theRequestDetails);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue