Closed andree-parakey closed 1 year ago
When logging req and res from middleware functions the output does not match IncomingMessage and ServerResponse from node. Instead they seem to match moleculers extensions of these types: ÌncomingMessage and GatewayResponse.
req
res
IncomingMessage
ServerResponse
node
ÌncomingMessage
GatewayResponse
When logging
req
andres
from middleware functions the output does not matchIncomingMessage
andServerResponse
fromnode
. Instead they seem to match moleculers extensions of these types:ÌncomingMessage
andGatewayResponse
.