Skip to content

Commit 651dba9

Browse files
committed
Attempting to debug dev's aws pipeline
1 parent afb3937 commit 651dba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/db.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function getMongoConnectionString () {
3131
}
3232

3333
function getMongoConnectionOptions () {
34-
console.log(`Is Mongo being used: ${process.env.USEMONGO}`)
34+
logger.info(`Is Mongo being used: ${process.env.USEMONGO}`)
3535
if (process.env.USEMONGO !== undefined && booleanIsTrue(process.env.USEMONGO)) {
3636
return {
3737
tls: false,

0 commit comments

Comments
 (0)