Browse Source

Correct the type of logging.structured.json.customizer

Closes gh-43916
pull/44020/head
Andy Wilkinson 11 months ago
parent
commit
1e35a0b82d
  1. 2
      spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -268,7 +268,7 @@ @@ -268,7 +268,7 @@
},
{
"name": "logging.structured.json.customizer",
"type": "java.lang.String",
"type": "java.lang.Class<? extends org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer<?>>",
"description": "The fully qualified class name of a StructuredLoggingJsonMembersCustomizer"
},
{

Loading…
Cancel
Save