diff --git a/include/http/request_handler.js b/include/http/request_handler.js index 701ff22e2..f4fa4a62e 100755 --- a/include/http/request_handler.js +++ b/include/http/request_handler.js @@ -456,6 +456,7 @@ module.exports = function RequestHandlerModule(pb) { } this.resp.setHeader("Location", location); + pb.log.info(`CMS location in header: ${location}`); this.resp.end(); } /**