diff --git a/lib/utils/common-headers.js b/lib/utils/common-headers.js index c5b86c6a..359e30dc 100644 --- a/lib/utils/common-headers.js +++ b/lib/utils/common-headers.js @@ -3,7 +3,7 @@ module.exports = function setCommonHeaders (req, res, callback) { const { logger } = res.locals; - res.set('X-Request-Id', logger.bindings().id); + res.set('X-Request-Id', logger.bindings().request_id); // TODO: x-layergroupid header??