refactor: update logging

This commit is contained in:
2025-05-31 09:23:12 -07:00
parent 7ff439ed88
commit bb3380b3cf

View File

@@ -310,7 +310,7 @@ 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( `<msg>` ), chalk.gray( `Connection attempt` ),
chalk.blueBright( `<service>` ), chalk.gray( ` ${ service } ` ),
chalk.blueBright( `<address>` ), chalk.gray( ` ${ uri } ` ) );