Skip to content
Snippets Groups Projects
Commit 5f6a0131 authored by timothycarambat's avatar timothycarambat
Browse files

Change server bootup log

parent 1e98da07
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment