diff --git a/lib/bunyan.js b/lib/bunyan.js index bbb5a35..f950d67 100644 --- a/lib/bunyan.js +++ b/lib/bunyan.js @@ -950,7 +950,7 @@ Logger.stdSerializers.req = function req(req) { remotePort: req.connection.remotePort }; // Trailers: Skipping for speed. If you need trailers in your app, then - // make a custom serializers. + // make a custom serializer. //if (Object.keys(trailers).length > 0) { // obj.trailers = req.trailers; //}