-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2022-05-16, Execution Team 2022-05-30
-
140
By "higher debug level" I mean at a level requiring a higher level of logging verbosity.
All WiredTiger components with WT_VERBOSE_DEBUG messages log when the MongoD log component verbosity is 1 (i.e. "mongod -v"). This is too noisy. See WT-8764.
Log the WT_VERBOSE_DEBUG messages for these components when the MongoDB log component verbosity is Info (or -1) to be consistent with 4.4:
- recovery_progress
- checkpoint_progress
- compact_progress
Log the WT_VERBOSE_DEBUG messages for the remaining components when the MongoDB log component verbosity is at least 2.
- is related to
-
WT-8764 More granular debug log levels
- Closed