Skip to content

Commit 75646d2

Browse files
committed
Add a hint for logging.structured.json.customizer property
1 parent d83d34d commit 75646d2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,17 @@
698698
}
699699
]
700700
},
701+
{
702+
"name": "logging.structured.json.customizer",
703+
"providers": [
704+
{
705+
"name": "handle-as",
706+
"parameters": {
707+
"target": "java.lang.Class"
708+
}
709+
}
710+
]
711+
},
701712
{
702713
"name": "spring.config.import",
703714
"values": [

0 commit comments

Comments
 (0)