diff --git a/fastboot-server/logger.js b/fastboot-server/logger.js index 913635a5470..81c6fe17d90 100644 --- a/fastboot-server/logger.js +++ b/fastboot-server/logger.js @@ -61,7 +61,7 @@ const serializers = { }); if (typeof req['x-original-host'] !== 'undefined') { - serializedReq['host'] = req['x-original-host']; + serializedReq.host = req['x-original-host']; } return serializedReq;