diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/common/FhirServerConfigCommon.java b/src/main/java/ca/uhn/fhir/jpa/starter/common/FhirServerConfigCommon.java index b96d4c9..7e5a97e 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/common/FhirServerConfigCommon.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/common/FhirServerConfigCommon.java @@ -291,14 +291,15 @@ public class FhirServerConfigCommon { retVal.setConditionalCreateDuplicateIdentifiersEnabled( appProperties.getPartitioning().getConditional_create_duplicate_identifiers_enabled()); - ourLog.info(""" + ourLog.info( + """ Partitioning is enabled on this server. Settings: * Database Partition Mode Enabled: {} * Default Partition ID : {} * Cross-Partition References : {}""", - databasePartitionModeEnabled, - defaultPartitionId, - retVal.getAllowReferencesAcrossPartitions()); + databasePartitionModeEnabled, + defaultPartitionId, + retVal.getAllowReferencesAcrossPartitions()); } else { ourLog.info("Partitioning is not enabled on this server");