-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
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;
...
}
- is related to
-
SERVER-8253 MongoD is spamming with hundreds of gigabytes of logs
- Closed