Change server bootup log
This commit is contained in:
parent
1e98da07bc
commit
5f6a013139
@ -97,7 +97,7 @@ app
|
|||||||
.listen(process.env.SERVER_PORT || 3001, async () => {
|
.listen(process.env.SERVER_PORT || 3001, async () => {
|
||||||
await setupTelemetry();
|
await setupTelemetry();
|
||||||
console.log(
|
console.log(
|
||||||
`Example app listening on port ${process.env.SERVER_PORT || 3001}`
|
`Primary server listening on port ${process.env.SERVER_PORT || 3001}`
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
.on("error", function (err) {
|
.on("error", function (err) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user