-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Testing
-
None
The events.json file generated by the Astrolabe workload executor is formatted as a single line. This makes it difficult to analyze with typical tooling, e.g. text editor, grep, less.
Please add line breaks after every event in the events. Either of these would be fine:
{ "name": "PoolCreatedEvent", "observedAt": 1.634323603551E9, "address": "8f5b772f18-shard-00-00.80104.mongodb-qa.net:27016" },
or
{ "name": "PoolCreatedEvent", "observedAt": 1.634323603551E9, "address": "8f5b772f18-shard-00-00.80104.mongodb-qa.net:27016" },
- depends on
-
GODRIVER-946 Add IndentExtJSON and MarshalExtJSONIndent functions
- Closed