Spotless
This commit is contained in:
@@ -291,14 +291,15 @@ public class FhirServerConfigCommon {
|
|||||||
retVal.setConditionalCreateDuplicateIdentifiersEnabled(
|
retVal.setConditionalCreateDuplicateIdentifiersEnabled(
|
||||||
appProperties.getPartitioning().getConditional_create_duplicate_identifiers_enabled());
|
appProperties.getPartitioning().getConditional_create_duplicate_identifiers_enabled());
|
||||||
|
|
||||||
ourLog.info("""
|
ourLog.info(
|
||||||
|
"""
|
||||||
Partitioning is enabled on this server. Settings:
|
Partitioning is enabled on this server. Settings:
|
||||||
* Database Partition Mode Enabled: {}
|
* Database Partition Mode Enabled: {}
|
||||||
* Default Partition ID : {}
|
* Default Partition ID : {}
|
||||||
* Cross-Partition References : {}""",
|
* Cross-Partition References : {}""",
|
||||||
databasePartitionModeEnabled,
|
databasePartitionModeEnabled,
|
||||||
defaultPartitionId,
|
defaultPartitionId,
|
||||||
retVal.getAllowReferencesAcrossPartitions());
|
retVal.getAllowReferencesAcrossPartitions());
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
ourLog.info("Partitioning is not enabled on this server");
|
ourLog.info("Partitioning is not enabled on this server");
|
||||||
|
|||||||
Reference in New Issue
Block a user