Skip to content

Commit

Permalink
Change server bootup log
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Dec 14, 2023
1 parent 1e98da0 commit 5f6a013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5f6a013

Please sign in to comment.