We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21855b8 commit 211452bCopy full SHA for 211452b
db/client.cpp
@@ -418,6 +418,8 @@ namespace mongo {
418
b.append( "desc" , _client->desc() );
419
if ( _client->_threadId.size() )
420
b.append( "threadId" , _client->_threadId );
421
+ if ( _client->_connectionId )
422
+ b.appendNumber( "connectionId" , _client->_connectionId );
423
}
424
425
if ( ! _message.empty() ) {
0 commit comments