Fix 'logging.structured.json.customizer' metadata

See gh-43368
This commit is contained in:
Phillip Webb
2025-01-29 11:53:01 -08:00
parent 921c362b97
commit 18a89f6007

View File

@@ -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<java.lang.Class<? extends org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer<?>>>",
"description": "Fully qualified class names of StructuredLoggingJsonMembersCustomizer implementations"
},