tyop
This commit is contained in:
parent
1eed1fac19
commit
0f20d3c7dd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
//}
|
//}
|
||||||
|
|
Loading…
Reference in a new issue