From 0f20d3c7ddac651d2a2492d62b08175c4db4fb7d Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Thu, 21 Jun 2012 14:58:42 -0700 Subject: [PATCH] tyop --- lib/bunyan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; //}