-
Type:
Improvement
-
Resolution: Duplicate
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 2.0.0
-
Component/s: None
-
None
We currently display them in a way that misleads users:
{ "ts" :
{ "t" : 1316888661000, "i" : 1 }, "h" : NumberLong(0), "op" : "n", "ns" : "", "o" :
{ "msg" : "initiating set" }}
We should do this instead:
{ "ts" : Timestamp(1316888661000, 1), "h" : NumberLong(0), "op" : "n", "ns" : "", "o" :
{ "msg" : "initiating set" }}
This is more analogous to the way we display object ids, and the type is obvious.