Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 8322f8f

Browse files
committed
not important log entries now debug not info
1 parent 1047031 commit 8322f8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • codex-process-data-transfer/src/main/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/client/fhir

codex-process-data-transfer/src/main/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/client/fhir/FhirBridgeClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private Optional<Patient> createOrUpdatePatient(Bundle bundle)
9494
}
9595
else
9696
{
97-
logger.info("Bundle has no Patient");
97+
logger.debug("Bundle has no Patient");
9898
return Optional.empty();
9999
}
100100
}
@@ -241,7 +241,7 @@ private Optional<Resource> findResourceInLocalFhirStore(String url, Class<? exte
241241
}
242242
else
243243
{
244-
logger.info("FHIR store has no Resource with url {}", url);
244+
logger.debug("FHIR store has no Resource with url {}", url);
245245
return Optional.empty();
246246
}
247247
}

0 commit comments

Comments
 (0)