Adding logging
This commit is contained in:
parent
97c83cd8f0
commit
52a5fcce17
hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/dao
|
@ -848,6 +848,7 @@ public abstract class BaseHapiFhirResourceDao<T extends IBaseResource> extends B
|
|||
|
||||
@Override
|
||||
public void reindex(T theResource, ResourceTable theEntity) {
|
||||
ourLog.debug("Indexing resource {} - PID {}", theResource.getIdElement().getValue(), theEntity.getId());
|
||||
updateEntity(theResource, theEntity, null, true, false, theEntity.getUpdatedDate(), true, false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue