feat: add connectivity log to serviceCheck

This commit is contained in:
2025-05-31 09:07:35 -07:00
parent 39fef831bc
commit 7ff439ed88

View File

@@ -309,6 +309,11 @@ class Semaphore
async function serviceCheck( service, uri )
{
Log.info( `ping`, chalk.yellow( `[initiate]` ), chalk.white( `` ),
chalk.blueBright( `<msg>` ), chalk.gray( `Checking for connection` ),
chalk.blueBright( `<service>` ), chalk.gray( ` ${ service } ` ),
chalk.blueBright( `<address>` ), chalk.gray( ` ${ uri } ` ) );
/* try 1 */
try