mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Update log messages
This commit is contained in:
parent
c3a330cb59
commit
76f6c3bd75
1 changed files with 3 additions and 3 deletions
|
@ -70,9 +70,9 @@ async function masterMain() {
|
|||
Logger.succ('Successfully initialized');
|
||||
|
||||
spawnWorkers(() => {
|
||||
Logger.info(chalk.bold.green(`Now listening on port ${chalk.underline(config.port.toString())}`));
|
||||
Logger.info(chalk.bold.green(config.url));
|
||||
Logger.info(chalk.bold.green('Now processing jobs'));
|
||||
Logger.succ('All workers started');
|
||||
Logger.info(`Now listening on port ${config.port}`);
|
||||
Logger.info(`URL is ${config.url}`);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue