Skip to content

Commit 2cadfcc

Browse files
sinon tests working
1 parent bf4fa87 commit 2cadfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connection_string.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ export function parseOptions(
529529
...mongoOptions[Symbol.for('@@mdb.internalLoggerConfig')]
530530
};
531531
loggerClientOptions = {
532-
mongodbLogPath: mongoOptions.mongoLoggerClientOptions.mongodbLogPath
532+
mongodbLogPath: mongoOptions.mongodbLogPath
533533
};
534534
}
535535
mongoOptions.mongoLoggerOptions = MongoLogger.resolveOptions(

0 commit comments

Comments
 (0)