Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Commit

Permalink
index/middleware.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jun 6, 2014
1 parent fbb20c2 commit 6e4c183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(config, redis, logger) {

var auth = req.headers.authorization.split(' ');

logger.debug({headers: req.headers});
logger.debug({headers: req.headers, url: req.url});

if (auth[0] == 'Basic') {
var buff = new Buffer(auth[1], 'base64');
Expand Down

0 comments on commit 6e4c183

Please sign in to comment.