Multiple logComponentVerbosity levels cannot be cleared

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • 2.7.8
    • Affects Version/s: None
    • Component/s: Logging
    • Fully Compatible
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      When attempting to clear multiple logVerbosityComponent levels as follows, only the first level mentioned is actually cleared.

          db.adminCommand( {
              "setParameter" : 1 ,
              logComponentVerbosity : {
                  verbosity: -1,
                  storage : {
                      journaling : { verbosity : -1 } } } } ) );
      

              Assignee:
              Matt Kangas (Inactive)
              Reporter:
              Matt Kangas (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: