Skip to content

Commit

Permalink
add more logging context
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos committed Aug 19, 2015
1 parent c93f2b6 commit cf2c9d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ringpop-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ RingpopHandler.prototype.handleRequest = function handleRequest(req, buildRes) {
serviceName: req.serviceName,
endpoint: req.endpoint,
callerName: req.headers.cn,
headers: req.headers
headers: req.headers,
local: self.ringpop.whoami()
});
return buildRes().sendError(
'BadRequest',
Expand Down

0 comments on commit cf2c9d8

Please sign in to comment.