diff --git a/lib/routes.js b/lib/routes.js index 965f06d8..b4bb9e28 100644 --- a/lib/routes.js +++ b/lib/routes.js @@ -599,6 +599,7 @@ function sha256 (buf) { } function populateDeviceId (req, res, next) { + console.log(`DEBUG LOG - Method: ${req.method} Path: ${req.path}`) const deviceId = _.isFunction(req.connection.getPeerCertificate) ? sha256(req.connection.getPeerCertificate().raw) : null