Update log message
This commit is contained in:
parent
d4a33aae8e
commit
9de1a3877c
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ async function master(): Promise<void> {
|
|||
|
||||
// Spawn workers
|
||||
spawn(() => {
|
||||
console.log(chalk.bold.green(`\nMisskey is now running. [port:${config.port}]`));
|
||||
Logger.info(chalk.bold.green(`Now listening on port ${config.port}`));
|
||||
|
||||
// Listen new workers
|
||||
cluster.on('fork', worker => {
|
||||
|
|
Loading…
Reference in a new issue