mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 05:55:40 -04:00
refactor: update logging
This commit is contained in:
@@ -310,7 +310,7 @@ class Semaphore
|
|||||||
async function serviceCheck( service, uri )
|
async function serviceCheck( service, uri )
|
||||||
{
|
{
|
||||||
Log.info( `ping`, chalk.yellow( `[initiate]` ), chalk.white( `ℹ️` ),
|
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( `<service>` ), chalk.gray( ` ${ service } ` ),
|
||||||
chalk.blueBright( `<address>` ), chalk.gray( ` ${ uri } ` ) );
|
chalk.blueBright( `<address>` ), chalk.gray( ` ${ uri } ` ) );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user