-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.10
-
Component/s: Logging
-
None
-
ALL
We receive emails when a user encounters an error. When it is a mongo error, we expect to be able to open the log file and find the command the user was attempting when the error occurred. For example:
MongoDB.Driver.MongoCommandException: Command find failed: errmsg: "Sort operation used more than the maximum 268435456 bytes of RAM. Add an index, or specify a smaller limit.".
These errors are not always in the mongo log file
- duplicates
-
SERVER-18971 Command log lines should include ok: 0 and errmsg:"..."
- Closed