From 18a89f6007b82999f8bf7f91775567e451f7927f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 29 Jan 2025 11:53:01 -0800 Subject: [PATCH] Fix 'logging.structured.json.customizer' metadata See gh-43368 --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 39dd08691b..ccae007ff9 100644 --- a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -267,7 +267,7 @@ "description": "Additional members that should be added to structured logging JSON" }, { - "name": "logging.structured.json.customizers", + "name": "logging.structured.json.customizer", "type": "java.util.Set>>", "description": "Fully qualified class names of StructuredLoggingJsonMembersCustomizer implementations" },