Currently, they are in the COMMAND log component:
2015-12-04T10:47:11.959-0500 I COMMAND [conn1] command test.c command: find { find: "c", filter: {}, batchSize: 2.0 } planSummary: COLLSCAN cursorid:18886010290 keysExamined:0 docsExamined:2 keyUpdates:0 writeConflicts:0 numYields:0 nreturned:2 reslen:139 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 } }, Collection: { acquireCount: { r: 1 } } } protocol:op_command 0ms 2015-12-04T10:47:11.960-0500 I COMMAND [conn1] command test.c command: getMore { getMore: 18886010290, collection: "c", batchSize: 2.0 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:120 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 } }, Collection: { acquireCount: { r: 1 } } } protocol:op_command 0ms
- related to
-
SERVER-21776 Move per-operation log lines for queries out of the QUERY log component
- Closed