The logs are littered with per-record Removed paths... messages due to the transformer being created per record. On exiting of its context, it logs a report of what it did.
This PR hoists it up to outside of the for loops so that it only logs the aggregate once.
The logs are littered with per-record
Removed paths...
messages due to the transformer being created per record. On exiting of its context, it logs a report of what it did.This PR hoists it up to outside of the
for
loops so that it only logs the aggregate once.