diff --git a/lib/wshandlerv2.js b/lib/wshandlerv2.js index ddd5cc1..8a4d75e 100644 --- a/lib/wshandlerv2.js +++ b/lib/wshandlerv2.js @@ -13,7 +13,7 @@ module.exports = function(events, wsServer) { logger.debug('>> new WS', wsServer); wsServer.on('connection', function connection(ws) { - logger.debug('>> WS:', ws); + console.log('>> WS:', ws); const location = url.parse(ws.upgradeReq.url, true); logger.info('Creating event for this connection');