Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/eYuM-coder/MEE8
Browse files Browse the repository at this point in the history
  • Loading branch information
eYuM-coder committed Dec 11, 2024
2 parents 617a856 + ebaac57 commit d023eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/mongoose.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
});

mongoose.connection.on("connected", () => {
logger.info(`Mongoose connection connected`, { label: "Database" });
logger.info(`Mongoose connection made and is connected`, { label: "Database" });
});

mongoose.set("useNewUrlParser", true);
Expand Down

0 comments on commit d023eb5

Please sign in to comment.