Is there any framework or library to send log trace as a part of the response payload for microservices? like Lumberjack
In general, we log debug/info messages on the server. Instead of planning to pass a parameter in the request to return the logs as part of the response, I am exploring whether there is any library that supports this functionality