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

Multiple logComponentVerbosity levels cannot be cleared

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

      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 Matt Kangas
            Reporter:
            matt.kangas Matt Kangas
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: