ecs-logging-nodejs
ecs-logging-nodejs copied to clipboard
Support for Request | Response Body
Currently the formatting library does not capture request.body and response.body which might be useful at times. ECS though supports these fields in http.request.body.content and http.response.body.content.
Any reason why this not implemented? I noticed only body.bytes is logged.