It would be nice with an option to get ecs logging as nested json like ```json { "ecs": {"version": "8.4"}, "service": {"name": "myservice"}} ``` instead of what we get today ```json { "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.