Closed
Description
It would be nice with an option to get ecs logging as nested json like
{ "ecs": {"version": "8.4"}, "service": {"name": "myservice"}}
instead of what we get today
{ "ecs.version": "8.4", "service.name" : "myservice"}
The reason for asking is that collecting and processing of logs would be easier.
We are using Spring Boot 3.4.4.