Commit 20bd59f80423ca229913dc1eca9ba776135e7990
1 parent
9b181554ea
Exists in
master
log req.url
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-trustlink.js
... | ... | @@ -50,7 +50,7 @@ function onReverseReport(req, res) { |
50 | 50 | res.end('OK'); |
51 | 51 | |
52 | 52 | var qs = url.parse(req.url, true).query; |
53 | - logger.info('Reverse Report', {qs: qs}); | |
53 | + logger.info('Reverse Report', {url: req.url, qs: qs}); | |
54 | 54 | } |
55 | 55 | |
56 | 56 | function calculateSignature(ts, destination, password) { |