morgan-body icon indicating copy to clipboard operation
morgan-body copied to clipboard

A highly configurable Express logger that logs request and response body and is nicely colorized for your terminal :)

Results 14 morgan-body issues
Sort by recently updated
recently updated
newest added

Noting this as a point of improvement. I was sending post requests with really large bodies and even though I had set `maxBodyLength`, `morgan-body` was taking 30+ seconds to parse...

I want add some informations that are passed thought the request object in log, this is possible?

I think the data type of `logResHeadersList` should be string[], not boolean. https://github.com/sirrodgepodge/morgan-body/blob/a44c29412d60bd419a60587040b237c359a1c27d/index.d.ts#L23