Skip to content

Commit 3970614

Browse files
committed
logging originalUrl on router middleware
1 parent 43083f3 commit 3970614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

federator/src/lib/Endpoints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function() {
88
const port = config.endpointsPort || 5000;
99

1010
function logCall(req, res, next) {
11-
logger.info('isAlive/');
11+
logger.info(req.originalUrl);
1212
next();
1313
}
1414

0 commit comments

Comments
 (0)