when using setMinimumLoggedSeverity in unittests, the value doesn't get reset after the test and could effect subsequent test. A possible solution would be to return a sort of an ON_BLOCK_EXIT clean up function that would reset the value at the end of the test.
- causes
-
SERVER-47483 Logs from util_test unittest get suppressed
- Closed