-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 5.3.0
-
Component/s: None
-
Storage Execution
-
Fully Compatible
-
ALL
-
v7.3, v7.0, v6.0
-
Execution Team 2024-01-08, Execution Team 2024-01-22, Execution Team 2024-02-05, Execution Team 2024-02-19, Execution Team 2024-03-04
When we set wiredtiger verbosity levels likeĀ here, wiredtiger does work to generate verbose messages. These messages are returned inĀ this callback to the server and will be logged based on the mongo verbosity level. By default, mongo verbosity levels are 0 so we end up suppressing these messages.
If wiredtiger verbosity levels are set, we should be able to correctly map that to mongo log levels and use that instead of overriding it with the mongo log level.
This may have been introduced during SERVER-61744.
- is depended on by
-
WT-12125 Create an Atlas Log Ingestion rule for WT startup and shutdown timing
- Closed
- is related to
-
SERVER-81193 Enable verbose WiredTiger messaging for checkpoint and checkpoint_cleanup in the config fuzzer
- Closed