Skip to content

Commit 18a89f6

Browse files
committed
Fix 'logging.structured.json.customizer' metadata
See gh-43368
1 parent 921c362 commit 18a89f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"description": "Additional members that should be added to structured logging JSON"
268268
},
269269
{
270-
"name": "logging.structured.json.customizers",
270+
"name": "logging.structured.json.customizer",
271271
"type": "java.util.Set<java.lang.Class<? extends org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer<?>>>",
272272
"description": "Fully qualified class names of StructuredLoggingJsonMembersCustomizer implementations"
273273
},

0 commit comments

Comments
 (0)