A config file with:
{ systemLog : { verbosity : 'foo' } }
Does not result in a failure to start. Instead, the option gets ignored.
Using the dotted format has the correct behavior:
{ "systemLog.verbosity" : 'foo' }
A config file with:
{ systemLog : { verbosity : 'foo' } }
Does not result in a failure to start. Instead, the option gets ignored.
Using the dotted format has the correct behavior:
{ "systemLog.verbosity" : 'foo' }