This commit is contained in:
parent
db53308044
commit
a1dae32f80
1 changed files with 3 additions and 6 deletions
|
@ -37,12 +37,9 @@ class ServerHandler {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
logger.info(
|
logger.info(`Server running at http://${server.hostname}:${server.port}`, {
|
||||||
`Server running at http://${server.hostname}:${server.port}`,
|
breakLine: true,
|
||||||
{
|
});
|
||||||
breakLine: true,
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
this.logRoutes();
|
this.logRoutes();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue