Commit 22f85d905539f43c513e6862246f147a903ab9b2
1 parent
a23643ab94
Exists in
master
req.url
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-simplepay.js
... | ... | @@ -314,7 +314,7 @@ function createReverseHttpServer() { |
314 | 314 | var httpServer = http.createServer(function(req, res) { |
315 | 315 | |
316 | 316 | const qs = URL.parse(req.url, true).query |
317 | - logger.info('Got request from partner', {remote_address: req.connection.remoteAddress, qs: qs}); | |
317 | + logger.info('Got request from partner', {remote_address: req.connection.remoteAddress, url: req.url, qs: qs}); | |
318 | 318 | |
319 | 319 | var body = ""; |
320 | 320 | req.on('data', function (chunk) { |