mongod config file no longer accepts verbose=vvv syntax

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • 2.5.3
    • Affects Version/s: None
    • Component/s: None
    • None
    • ALL
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Up until the latest nightly, and in previous versions, a config file like:

      verbose=vv
      

      was accepted by mongod. With the latest nightly, it reports an error:

      $ ./mongod --config /tmp/config.bad
      Error parsing command line: BadValue Error parsing INI config file: in option 'verbose': invalid bool value
      use --help for help
      

      The docs don't say that this will work, but one of our Jenkins scripts was using this syntax and started failing a few days ago when the latest nightly was pushed.

            Assignee:
            Shaun Verch (Inactive)
            Reporter:
            Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: