Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
calebtuttle committed Aug 22, 2024
1 parent 959ca9b commit fda86bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async function initializeMongoDb() {
);
logger.info("Connected to MongoDB database.");
} catch (err) {
logger.error({ error: err }, `Unable to connect to MongoDB database. (cert file name: ${process.env.MONGO_CERT_FILE_NAME})`);
logger.error({ error: err }, "Unable to connect to MongoDB database.");
return;
}
const UserVerifications = mongoose.model(
Expand Down

0 comments on commit fda86bf

Please sign in to comment.