Mongo logs every connection

I have tried the quiet=true parameter that is not recommended for production deployments. It still produces hundreds of kilobytes per minute. How do you resolve it with high volume setups?

{“t”:{"$date":“2021-12-20T19:40:27.269+01:00”},“s”:“I”, “c”:“NETWORK”, “id”:51800, “ctx”:“conn267”,“msg”:“client metadata”,“attr”:{“remote”:“10.0.0.3:55014”,“client”:“conn267”,“doc”:{“driver”:{“name”:“nodejs”
,“version”:“3.7.3”},“os”:{“type”:“Linux”,“name”:“linux”,“architecture”:“x64”,“version”:“4.19.0-17-amd64”},“platform”:"'Node.js v12.21.0, LE (unified)"}}}
{“t”:{"$date":“2021-12-20T19:40:27.269+01:00”},“s”:“I”, “c”:“NETWORK”, “id”:51800, “ctx”:“conn268”,“msg”:“client metadata”,“attr”:{“remote”:“10.0.0.3:55016”,“client”:“conn268”,“doc”:{“driver”:{“name”:“nodejs”
,“version”:“3.7.3”},“os”:{“type”:“Linux”,“name”:“linux”,“architecture”:“x64”,“version”:“4.19.0-17-amd64”},“platform”:"'Node.js v12.21.0, LE (unified)"}}}
{“t”:{"$date":“2021-12-20T19:40:27.270+01:00”},“s”:“I”, “c”:“NETWORK”, “id”:51800, “ctx”:“conn269”,“msg”:“client metadata”,“attr”:{“remote”:“10.0.0.3:55018”,“client”:“conn269”,“doc”:{“driver”:{“name”:“nodejs”
,“version”:“3.7.3”},“os”:{“type”:“Linux”,“name”:“linux”,“architecture”:“x64”,“version”:“4.19.0-17-amd64”},“platform”:"'Node.js v12.21.0, LE (unified)"}}}

1 Like