-
Type: New Feature
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Monitoring
-
None
-
(copied to CRM)
In some situations it users may need to know what write operations were submitted again as part of retryable writes.
This feature request is to enable logging at the INFO level to show what operations have been retried. This would mean displaying the write operation and indicating that it is being retried. for example.
Sep 05, 2018 4:31:09 PM retrying the following op ["ns": "test.tes" , command:{insert{a:1}}]
The exact format is not important the request is to log what write operations were retried.