Skip to content

Commit 60f55fd

Browse files
wilkinsonaarefbehboudi
authored andcommitted
Correct the type of logging.structured.json.customizer
Closes spring-projectsgh-43916 Signed-off-by: arefbehboudi <[email protected]>
1 parent 9730d84 commit 60f55fd

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
@@ -268,7 +268,7 @@
268268
},
269269
{
270270
"name": "logging.structured.json.customizer",
271-
"type": "java.lang.String",
271+
"type": "java.lang.Class<? extends org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer<?>>",
272272
"description": "The fully qualified class name of a StructuredLoggingJsonMembersCustomizer"
273273
},
274274
{

0 commit comments

Comments
 (0)