[SERVER-81186] there are too much verbos configes, add config_all_verbos can help us enable all configuration items, instead of adding them one by one Created: 19/Sep/23  Updated: 22/Sep/23  Resolved: 22/Sep/23

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

Type: Bug Priority: Major - P3
Reporter: y yz Assignee: Alison Rhea Thorne
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates WT-11711 Enable all verbose categories at once Closed
Operating System: ALL
Participants:

 Description   

Background:

  1. As a wt code beginner, enable all verbos config can help us to study the WT code, bug there are too much verbos configes.
  2. sometimes, when we need to analyze the cluster jitter problem, we should open all the module verbos by using WT_VERBOSE_INFO or WT_VERBOSE_DEBUG level. if we have a config_all_verbos config ,we can use the following command:
    db.adminCommand({setParameter:1, wiredTigerEngineRuntimeConfig:'verbose=[config_all_verbos=1]'})
  3. If there is no all global verbos configuration, dump all module's log(for exaple, all WT_VERBOSE_INFO level's log) is Very troublesome.


 Comments   
Comment by Alison Rhea Thorne [ 22/Sep/23 ]

Closing as this is a duplicate

Comment by y yz [ 20/Sep/23 ]

I have add a new in wiredtiger,see:

https://jira.mongodb.org/browse/WT-11712

Comment by y yz [ 20/Sep/23 ]

sorry,this is a wiredtiger's PR

Comment by y yz [ 19/Sep/23 ]

https://github.com/wiredtiger/wiredtiger/pull/9654

Generated at Thu Feb 08 06:45:44 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.