There are a number of diagnostic messages logged in the query subsystem at both log level 2 and log level 5 (see example in query_planner.cpp]). As the QLOG() and LOG() macros in these files are now both directed to the query component log stream, logging these messages twice is no longer useful.
- duplicates
-
SERVER-17525 Remove QLOG() macro
- Closed