[SERVER-15560] Multiple logComponentVerbosity levels cannot be cleared Created: 08/Oct/14  Updated: 25/Oct/14  Resolved: 08/Oct/14

Status: Closed
Project: Core Server
Component/s: Logging
Affects Version/s: None
Fix Version/s: 2.7.8

Type: Bug Priority: Minor - P4
Reporter: Matt Kangas Assignee: Matt Kangas
Resolution: Done Votes: 0
Labels: polish
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File set_param1_mini.js    
Issue Links:
Related
related to SERVER-15486 Improve setParameter logComponentVerb... Closed
Backwards Compatibility: Fully Compatible
Operating System: ALL
Participants:

 Description   

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 } } } } ) );



 Comments   
Comment by Githook User [ 08/Oct/14 ]

Author:

{u'username': u'kangas', u'name': u'Matt Kangas', u'email': u'matt.kangas@mongodb.com'}

Message: SERVER-15560 Multiple logComponentVerbosity levels cannot be cleared
Branch: master
https://github.com/mongodb/mongo/commit/498ab43ec9f0e2ec27375d669346cedb0c133419

Comment by Matt Kangas [ 08/Oct/14 ]

Minimal test case attached. I will update set_param1.js to include this as part of SERVER-15486.

Generated at Thu Feb 08 03:38:22 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.