Details
-
Bug
-
Resolution: Done
-
Major - P3
-
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
Issue Links
- is related to
-
SERVER-8253 MongoD is spamming with hundreds of gigabytes of logs
-
- Closed
-