Change server bootup log

This commit is contained in:
timothycarambat 2023-12-14 13:52:11 -08:00
parent 1e98da07bc
commit 5f6a013139

View File

@ -97,7 +97,7 @@ app
.listen(process.env.SERVER_PORT || 3001, async () => {
await setupTelemetry();
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) {