Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-13310

Invalid nested config values ignored

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.6.0-rc3
    • Affects Version/s: None
    • Component/s: Admin
    • Labels:
      None
    • ALL

      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' }
      

            Assignee:
            sverch Shaun Verch
            Reporter:
            sverch Shaun Verch
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: