trentm/node-bunyan

request.connection removed in node 14, causing Bunyan to return full request object

joawan opened this issue · 0 comments

In node 14, the request.connection has been removed.
This causes Bunyan to log the full request object in the stdSerializer, causing huge amount of logs.

See: https://github.com/trentm/node-bunyan/blob/master/lib/bunyan.js#L1089