File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import {
24
24
MongoWriteConcernError
25
25
} from '../error' ;
26
26
import type { ServerApi , SupportedNodeConnectionOptions } from '../mongo_client' ;
27
- import { MongoLoggableComponent , type MongoLogger , SeverityLevel } from '../mongo_logger' ;
28
27
import { type CancellationToken , TypedEventEmitter } from '../mongo_types' ;
29
28
import type { ReadPreferenceLike } from '../read_preference' ;
30
29
import { applySession , type ClientSession , updateSessionFromResponse } from '../sessions' ;
@@ -115,8 +114,6 @@ export interface ConnectionOptions
115
114
socketTimeoutMS ?: number ;
116
115
cancellationToken ?: CancellationToken ;
117
116
metadata : ClientMetadata ;
118
- /** @internal */
119
- mongoLogger ?: MongoLogger | undefined ;
120
117
}
121
118
122
119
/** @internal */
You can’t perform that action at this time.
0 commit comments