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

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

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 2.5.4
    • None
    • None
    • None
    • ALL

    Description

      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;
      ...
      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: