Info
I am experiencing the same Issue, that was already issued in SERVER-68548 for version 4.4.15 in 5.0.18
/usr/bin/mongo admin --quiet --host someserver:27017 --tls --tlsCertificateKeyFile /etc/ssl/mongo/server.pem --eval "load('/home/buchstabensalat/.mongorc.js'); db.isMaster().ismaster"
{"t":{"$date":"2023-06-29T13:08:05.284Z"},"s":"I", "c":"NETWORK", "id":5490002, "ctx":"thread4","msg":"Started a new thread for the timer service"}
true
The mongo command is producing debug-messages altough --quiet is specified.
The fix was only backported to the 4.4 and the 6.0 branch. Could the fix please also be backported to the 5.0 branch?
Top User Comments
JIRAUSER1270794 commented on Thu, 29 Jun 2023 19:22:37 +0000:
Hi github@doehring.it,
Thank you for your report. It appears that SERVER-68548 is planned to be backported to version 5.0. Unfortunately, we do not have an exact date for the release of the fixed version. However, I would recommend keeping an eye on the v5.0 release notes for updates on issues resolved in the future. Thank you for your patience!
Regards,
Yuan