Details
-
New Feature
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
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