Skip to content

Commit

Permalink
mongo client changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Nov 2, 2023
1 parent 479334a commit e3801c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ export type {
} from './mongo_client';
export type {
Log,
LogComponentSeveritiesClientOptions,
LogConvertible,
Loggable,
LoggableEvent,
Expand Down
3 changes: 0 additions & 3 deletions src/mongo_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -879,19 +879,16 @@ export interface MongoOptions
* TODO: NODE-5671 - remove internal flag
*/
mongoLoggerOptions: MongoLoggerOptions;

/**
* @internal
* TODO: NODE-5671 - remove internal flag
*/
mongodbLogPath?: 'stderr' | 'stdout' | MongoDBLogWritable;

/**
* @internal
* TODO: NODE-5671 - remove internal flag
*/
mongodbLogComponentSeverities?: LogComponentSeveritiesClientOptions;

/**
* @internal
* TODO: NODE-5671 - remove internal flag
Expand Down

0 comments on commit e3801c6

Please sign in to comment.