mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Update ECS structured logging so that additional fields are written using a nested structure. A new `Builder` interface has been added to `StructuredLoggingJsonMembersCustomizer` which can be injected into formatters and allows `nested` settings to be specified. Fixes gh-46351