diff --git a/tvapp2/index.js b/tvapp2/index.js index d9918315..cff7f103 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -2351,6 +2351,11 @@ const server = http.createServer( ( request, response ) => chalk.blueBright( `` ), chalk.gray( `Server is now running on` ), chalk.blueBright( `` ), chalk.whiteBright.bgBlack( ` ${ envWebIP }:${ envWebPort } ` ), chalk.blueBright( `` ), chalk.whiteBright.bgBlack( ` ${ envIpContainer }:${ envWebPort } ` ) ); + + Log.info( `core`, chalk.yellow( `[initiate]` ), chalk.white( `ℹ️` ), + chalk.blueBright( `` ), chalk.gray( `Running TVApp2 version` ), + chalk.blueBright( `` ), chalk.gray( ` ${ version } ` ), + chalk.blueBright( `` ), chalk.gray( ` ${ envAppRelease } ` ) ); }); })();