-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
Repl 2023-10-16, Repl 2023-10-30, Repl 2023-11-13, Repl 2023-11-27
In SERVER-73601 we added info-level log messages around DDL oplog entries. These can be noisy in certain use cases and so we should update these messages to not be logged when the "quiet" server parameter is set to true.
Original request:
The Atlas Data Federation team uses mongod for virtual collection queries, and will create/drop a large number of virtual collections over the course of a single query. As a result, over the span of an hour, we've seen ~1.7 million "Wrote oplog entry for drop" and "Added oplog entry for create to transaction" logs. The ADF team would like to reduce log volume and are wondering if these logs can be set to the DEBUG level.