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

mongod config file no longer accepts verbose=vvv syntax

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 2.5.3
    • Affects Version/s: None
    • Component/s: None
    • None
    • ALL
    • None
    • 0
    • 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:
            sverch Shaun Verch (Inactive)
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: