Skip to content

Commit 1e35a0b

Browse files
committed
Correct the type of logging.structured.json.customizer
Closes gh-43916
1 parent 24e40e8 commit 1e35a0b

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

+1-1
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)