-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Monitoring
-
None
Currently the logging of a command looks like this:
Sending command {find : BsonString{value='mycoll'}}
which makes it more difficult than necessary to determine the contents of the command. Instead, the driver should log a fixed number of characters from the relaxed extended JSON representation of the command:
Sending command {"find" : "myColl", filter : { "open" : true }, lim...
Suggested character count: 100