-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2025-01-20, QE 2025-02-03, QE 2025-02-17, QE 2025-03-03
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Our test libraries (most of them under jstests/libs) may print a lot things which is not conformant with the new JSON log format option.
Most common examples of such libraries is shardingtest.js and replsettest.js (created separate sub-tasks for each file).
In most cases, the print() can be replaced with jsTest.log.info() or jsTest.log.debug().