When slow commands get logged by mongod, the entire BSON object representing the operation gets written to the log. For write commands, these can be quite large, making the logs hard to read and possibly further impacting performance, since writing to the logs is done serially.
- related to
-
SERVER-12049 Redact password data from profiler/slowms output for user management commands
- Closed