File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/main/java/ca/uhn/fhir/jpa/starter/common Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -291,14 +291,15 @@ public PartitionSettings partitionSettings(AppProperties appProperties) {
291
291
retVal .setConditionalCreateDuplicateIdentifiersEnabled (
292
292
appProperties .getPartitioning ().getConditional_create_duplicate_identifiers_enabled ());
293
293
294
- ourLog .info ("""
294
+ ourLog .info (
295
+ """
295
296
Partitioning is enabled on this server. Settings:
296
297
* Database Partition Mode Enabled: {}
297
298
* Default Partition ID : {}
298
299
* Cross-Partition References : {}""" ,
299
- databasePartitionModeEnabled ,
300
- defaultPartitionId ,
301
- retVal .getAllowReferencesAcrossPartitions ());
300
+ databasePartitionModeEnabled ,
301
+ defaultPartitionId ,
302
+ retVal .getAllowReferencesAcrossPartitions ());
302
303
303
304
} else {
304
305
ourLog .info ("Partitioning is not enabled on this server" );
You can’t perform that action at this time.
0 commit comments