Open
Description
Hi Everyone,
I have tried different ways to capture logs in @Middleware({type: 'after'}) but I was not able to access the response body which is being sent from the api response.
It tried with res.on('finish'), global middleware in app.ts file. but still I am not able to capture the api response body.
Can anyone help me with this issue, what I am missing here.
Thanks in advance.