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

Change server bootup log

parent 1e98da07
Branches
Tags
No related merge requests found
...@@ -97,7 +97,7 @@ app ...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment