In order to diagnose query engine-related problems, we would often like users to enable logLevel 1 specifically for the QUERY log component. However, this also causes every query operation to generate a log line. This is much too verbose for many users, which makes collecting query-related diagnostics impossible. In order to fix this, we should consider moving the per-operation debug lines to either an existing log component (kDefault? kCommand?) or a new log component.
- is related to
-
SERVER-21769 Find, getMore, and killCursors command log lines should be in the QUERY log component
- Closed
- related to
-
SERVER-22745 refine "command" log component into subsets reflecting previously useful query component
- Backlog