You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(mongodb-server-log-checker): ignore warnings from internal clients (#627)
Ignore warnings not coming from our clients, but rather from internal
clients (i.e. mongos-to-mongod or mongod-to-mongod conections).
Also, as a drive-by, add a `Disposable` implementation (I figured
this is something we'll want to stick to in new code as a best
practice).
0 commit comments