-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.0
-
Component/s: Diagnostics, Querying
-
None
-
Query Execution
Log components were quite useful for various debugging/logging but some of them have become useless - query being one when find became a command.
Now increasing logLevel of "query" seems to have no effect, and there is no way to get higher query related debugging/logging without turning on all commands which defeats the purpose of the split.
Either db.setLogComponent(X, "query") should now apply to commands which took place of previously useful query component, or another way to increasing logging for it should be exposed.
- is related to
-
SERVER-21776 Move per-operation log lines for queries out of the QUERY log component
- Closed