Commit cfdcd173301bf95e6b89a726443ad6bb0ae60039
1 parent
a1b90a1d7d
Exists in
master
and in
1 other branch
Log process id
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
lib/middlewares/common.js
... | ... | @@ -12,6 +12,7 @@ module.exports = function common(req, res, next) { |
12 | 12 | |
13 | 13 | logger.info(`Got request from ${res.locals.httpgetx_subsystem === 'CORE-CALLBACK' ? 'CORE' : 'PARTNER'}`, { |
14 | 14 | xid: res.locals.xid, |
15 | + pid: process.pid, | |
15 | 16 | requester_ip: req.ip, |
16 | 17 | method: req.method, |
17 | 18 | path: req.path, |