Browse Source

Merge branch '3.4.x'

Closes gh-43921
pull/43931/head
Andy Wilkinson 1 year ago
parent
commit
dd64ea1736
  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