diff --git a/lib/routes.js b/lib/routes.js index 53c2fdf3..96dacf02 100644 --- a/lib/routes.js +++ b/lib/routes.js @@ -617,6 +617,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