Currently the contents of "getCmdLineOpts.parsed" are implementation dependent, since they represent the raw result of parsing the command line. For example, if there is an option that can be expressed as "--val" on the command line and "section.val" in a config file, the representation will be
{ val : true }
and
{ section : { val : true } }
respectively, rather than having a single canonical representation.
- depends on
-
SERVER-13372 getCmdLineOpts.parsed showing journal field in wrong place
- Closed
- is related to
-
SERVER-13416 Rename security.authentication option to security.authorization
- Closed
- related to
-
SERVER-13872 Treat switches like booleans in binaries supporting config files
- Closed