Console MongoDB Log

Venom36

New Member
I have a server and am trying to connect to my MongoDB server, but I keep getting this code in the console and I am not sure what plugin is causing it, could someone please help?

Apr 24, 2020 11:27:29 AM com.mongodb.diagnostics.logging.JULLogger log
INFO: Monitor thread successfully connected to server with description ServerDescription{address=servercluster-shard-00-01-pmfp1.mongodb.net:27017, type=REPLICA_SET_PRIMARY, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 2, 6]}, minWireVersion=0, maxWireVersion=8, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=120786857, setName='ServerCluster-shard-0', canonicalAddress=servercluster-shard-00-01-pmfp1.mongodb.net:27017, hosts=[servercluster-shard-00-00-pmfp1.mongodb.net:27017, servercluster-shard-00-01-pmfp1.mongodb.net:27017, servercluster-shard-00-02-pmfp1.mongodb.net:27017], passives=[], arbiters=[], primary='servercluster-shard-00-01-pmfp1.mongodb.net:27017', tagSet=TagSet{[Tag{name='nodeType', value='ELECTABLE'}, Tag{name='region', value='US_EAST_1'}, Tag{name='provider', value='AWS'}]}, electionId=7fffffff0000000000000003, setVersion=2, lastWriteDate=Fri Apr 24 11:27:26 PDT 2020, lastUpdateTimeNanos=133194031897000}
 
Last edited:
Top