Skip to content

Commit

Permalink
Added Relic Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopkarnik committed Jul 13, 2024
1 parent cc685b0 commit 2611990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend-server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ const PORT = process.env.PORT || 4001;

app.listen(PORT, () => {
logger.info(`Server running on port ${PORT}`);
console.log(`Server running on port ${PORT}`);
scheduleJob();
})

0 comments on commit 2611990

Please sign in to comment.