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(
|
||||
`Server running at http://${server.hostname}:${server.port}`,
|
||||
{
|
||||
logger.info(`Server running at http://${server.hostname}:${server.port}`, {
|
||||
breakLine: true,
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
this.logRoutes();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue