This commit is contained in:
Trent Mick 2012-06-21 14:58:42 -07:00
parent 1eed1fac19
commit 0f20d3c7dd
1 changed files with 1 additions and 1 deletions

View File

@ -950,7 +950,7 @@ Logger.stdSerializers.req = function req(req) {
remotePort: req.connection.remotePort remotePort: req.connection.remotePort
}; };
// Trailers: Skipping for speed. If you need trailers in your app, then // 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) { //if (Object.keys(trailers).length > 0) {
// obj.trailers = req.trailers; // obj.trailers = req.trailers;
//} //}