From: charleswrayjr Date: Mon, 8 Sep 2025 16:40:10 +0000 (-0500) Subject: Testing vpn paths. X-Git-Url: https://git.phasecustomsoft.com/?a=commitdiff_plain;h=191763f0512b00202899d76b0f4cafbeba005eb1;p=phs-api.git Testing vpn paths. --- diff --git a/src/controllers/vpn.controller.js b/src/controllers/vpn.controller.js index 23165b8..7b3fc20 100644 --- a/src/controllers/vpn.controller.js +++ b/src/controllers/vpn.controller.js @@ -12,7 +12,7 @@ const parseVpnStatus = ( output ) => { const lValues = [ 'lines:', lines ].join( ' ' ); logger.info( lValues ); - console.log( lValues ); + console.log( 'console: ', lValues ); // Find indices using a single pass let sIndex = -1, mIndex = -1, eIndex = -1; lines.forEach( ( line, i ) => {