In the 2.5 and 2.6 series, MongoDB's auditing feature supports writing audit log messages for authCheck failures, but not authCheck successes (access granted conditions). This was done to limit the amount of load that would be placed on the synchronous log writer and filter matcher used by the audit system. It would be nice to be able to log access granted, as well.
- related to
-
SERVER-12551 Audit DML/CRUD operations
- Closed