You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
I would like to disable the thread which does FTDCCollector. I've read that setting --setParameter diagnosticDataCollectionEnabled=false will do that however I'm using a config file and I wonder how can add this option to a config file instead of passing it as parameter? Thanks
mark.be...@10gen.com
unread,
Aug 4, 2016, 10:42:47 AM8/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
If you are using the YAML configuration format, you can specify
setParameter:
diagnosticDataCollectionEnabled: false
For what reason are you disabling it? Our goal is to ensure it has minimal performance impact so that it can be on by default.
Mark
revit
unread,
Aug 7, 2016, 3:41:17 AM8/7/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
Thanks for your answer. I would like to disable it for the ease of debugging. Thanks,