Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(logging): use route.path in debug message, not route.url
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgm committed Feb 8, 2015
1 parent 8e1d229 commit 7d9efc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Expand Up @@ -65,7 +65,7 @@ exports.create = function createServer() {
};
}
logger.verbose('route.payload', {
url: route.url,
path: route.path,
method: method,
payload: route.config.payload
});
Expand Down

0 comments on commit 7d9efc2

Please sign in to comment.