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

Move "replication batch size is" log message from level 1 to 2

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.5.4
    • Affects Version/s: None
    • Component/s: None
    • None
    • ALL

      The following log statement is currently output at level 1. As per SERVER-8253 this may be better suited to a higher debug level (level 2) as it can be output frequently. The statement is:

      void SyncTail::multiApply( std::deque<BSONObj>& ops, MultiSyncApplyFunc applyFunc ) {
      ...
          LOG(1) << "replication batch size is " << ops.size() << endl;
      ...
      }
      

            Assignee:
            matt.dannenberg Matt Dannenberg
            Reporter:
            gabol Anton V. Volokhov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: