spring-projects / spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
https://spring.io/projects/spring-boot
Apache License 2.0
75.31k stars 40.71k forks source link

StructuredLoggingJsonProperties customizer should be a Class reference rather than a String #43202

Closed philwebb closed 6 days ago

philwebb commented 6 days ago

The StructuredLoggingJsonProperties contains a customizer type that should really be a Class reference rather than a String. This will avoid the need for additional metadata.