Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-21769

Find, getMore, and killCursors command log lines should be in the QUERY log component

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Trivial - P5 Trivial - P5
    • None
    • Affects Version/s: 3.2.0-rc6
    • Component/s: Logging, Querying
    • Labels:
      None
    • ALL
    • QuInt E (01/11/16)

      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
      

            Assignee:
            rassi J Rassi
            Reporter:
            david.storch@mongodb.com David Storch
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: