Hi.
Is it possible to have custom arguments passed to the running MongoDb instance?
For example, quiet (https://docs.mongodb.com/manual/reference/parameters/#param.quiet) or systemLog.quiet (https://docs.mongodb.com/manual/reference/configuration-options/#systemLog.quiet).
I have see that the MongoDb arguments are defined in MongoDbProcessStarter.cs and don't allow custom arguments. Is there any other way?
Thanks.