MongoDB: How to disable logging the warning: ClientCursor::staticYield can't unlock b/c of recursive lock?
问题 I get the warning stated in the title warning: ClientCursor::staticYield can't unlock b/c of recursive lock ns.... in the log file for literally gazillion of times (the log file reaches 200 GB in size in a single day with this single log message). As mentioned in this SO question, I want to adopt the "solution" of simply ignoring the message. What I did (to no avail) to stop it is to: set the param quiet = true set the param oplog = 0 set the param logpath=/dev/null (hoping that nothing gets