Resharding v2 logs the old and new shard key when the resharding operation is complete. It would be better if the old and new shard key were logged as strings instead of objects.
Logging the old and new shard key as objects causes issues with ETL jobs as the paths are inconsistent as field names will differ between clusters and collections. Logging the old and new shard key as a string makes the path consistent.