]> PHS Git Server - phs-api.git/commitdiff
Testing vpn paths.
authorcharleswrayjr <charleswrayjr@gmail.com>
Mon, 8 Sep 2025 17:55:26 +0000 (12:55 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Mon, 8 Sep 2025 17:55:26 +0000 (12:55 -0500)
src/controllers/vpn.controller.js

index 67335e1dfc9795e39a222037716ee448f126a0b5..bc79fec091335fda5770ef70088deb50666615d2 100644 (file)
@@ -11,7 +11,7 @@ const parseVpnStatus = ( output ) => {
   const lines = output.split( '\n' ).map( line => line.trim() ).filter( Boolean );
 
   const lValues = [ 'lines:', lines ].join( ' ' );
-  logger.error( lValues );
+  logger.warn( lValues );
   // Find indices using a single pass
   let sIndex = -1, mIndex = -1, eIndex = -1;
   lines.forEach( ( line, i ) => {